Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

where condition in array in codeigniter

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

		$this->db->where($multiClause);
Source by wlearnsmart.com #
 
PREVIOUS NEXT
Tagged: #condition #array #codeigniter
ADD COMMENT
Topic
Name
8+9 =