当前位置:Gxlcms > PHP教程 > ci框架出现databaseerror是什么情况

ci框架出现databaseerror是什么情况

时间:2021-07-01 10:21:17 帮助过:45人阅读

回复内容:

where 啥 = 'g' 啊 。
CI,规范的写法 ;
$this->db->where('column',$data);

大哥,你where的时候漏了字段名。仔细检查一下

这不是明显的sql错误么?
select something from table where condition......

很明显是不够细心。

人气教程排行