|
本帖最后由 不移山的愚公 于 2016-6-23 11:45 编辑
在Controller的方法中连续加载两个model第二个model在引用时报Undefined property: SoCtl:cust
部分代码如下:
$this->load->model('So_model','so');
$this->load->model('Cust_model','cust');
$this->cust->update_cust($this->input->post('cust_id'), $arr2, $corp_id); |
|