用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1326|回复: 2
收起左侧

无法使用$this->db->insert()问题

[复制链接]
发表于 2014-7-31 10:50:32 | 显示全部楼层 |阅读模式
    //用户注册
    function register($data){
        $this->load->database();
        $this->db->insert('stu_user', $data);
        return $this->db->insert_id();
    }
错误提示:Fatal error: Call to undefined method CI_DB_mysql_driver::insert()
这是为什么呢?

 楼主| 发表于 2014-7-31 13:23:01 | 显示全部楼层
搞定了,原来团队其他人写了一个model类,里面重写了insert方法,直接调用$this->insert()就行。
发表于 2014-7-31 14:18:25 | 显示全部楼层
你们都不商量好么- -

本版积分规则