where condition in array in codeigniter

Solutions on MaxInterview for where condition in array in codeigniter by the best coders in the world

showing results for - "where condition in array in codeigniter"
Isabella
28 Jan 2020
1$multiClause = array('id' => $ids, 'name' => $name, 'status' => 1 );
2
3		$this->db->where($multiClause);