07 2015 档案

摘要:在你的ECAMLL根目,找到includes/models/payment.model.php,找到第26行,原来代码如下: 'config' => array( 'filter' => 'serialize', ),把这个改成 'config' => array( 'typ... 阅读全文
posted @ 2015-07-19 14:03 swinm 阅读(165) 评论(0) 推荐(0)
摘要:$model为实例化模型对象;1.查询一条数据//$id 主键值$model->get_info($id);2.查询多条数据 并分页$page = $this->_get_page();$datas = $model->find(array('conditions' => '1=1' . $cond... 阅读全文
posted @ 2015-07-13 17:19 swinm 阅读(475) 评论(0) 推荐(0)