$res = $this->Company->companyDischarge($this->user_id,array(0=>'c.limit_sum>0',1=>'cp.kh_city="'.$kh_city.'"'),$page,$this->num);
Value
<span style="color: #000000">$conditions = array('c.limit_sum>0'); if(isset($_REQUEST['kh_city'])&&$_REQUEST['kh_city']){ $conditions[] = 'kh_city="'.$_REQUEST['kh_city'].'"'; }</span>
The above is the detailed content of Pass array parameters to the model model. For more information, please follow other related articles on the PHP Chinese website!