save空数据错误

浏览:533 发布日期:2015/01/05 分类:求助交流
自定义id以后进行save操作
因数据为空导致写入数据为空
$this->id=session("userid");
$result=$this->field( "password" )->save();
//暂时使用判断是否有内容来进行写入
返回错误
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id = '3'' at line 1
最佳答案
评论( 相关
后面还有条评论,点击查看>>