num);   取值$conditions = array("/> num);   取值$conditions = array(">

Home  >  Article  >  Backend Development  >  Pass array parameters to the model model

Pass array parameters to the model model

PHP中文网
PHP中文网Original
2017-07-03 17:29:451734browse

 $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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn