CodeIgniter - 活动记录系统 - 插入不起作用,下一个自动索引增加但没有插入记录
function insert_stones($data)
{
$this->db->insert("rc_stones",$data);
return $this->db->insert_id();
}
当我调用此方法时,我看不到表中添加的行。但是MySQL表中的Next Autoindex
增加了。请帮我解决这个问题。
function insert_stones($data)
{
$this->db->insert("rc_stones",$data);
return $this->db->insert_id();
}
When I call this method, I can't see a row added in the table. But the Next Autoindex
in the MySQL table is increased. Please help me on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论