Answers for "where condition in array in codeigniter"

PHP
0

where condition in array in codeigniter

$multiClause = array('id' => $ids, 'name' => $name, 'status' => 1 );

		$this->db->where($multiClause);
Posted by: Guest on July-15-2020

Code answers related to "where condition in array in codeigniter"

Browse Popular Code Answers by Language