使用 Kohana 3,如何从数据库类中获取最后一个插入 ID?
我已经完成了 module/database/classes/ 中的相当多的代码,但仍然没有找到如何返回最后一个插入 ID。
我如何得到这个?
I have been through a fair bit of the code in modules/database/classes/ but still have not found how to return the last insert Id.
How do I get this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
行数
query() 方法返回一个数组,其中包含最后一个插入 ID 和影响位于 mysql.php (kohana v3.0.3) 第 201-208 行的实际代码的
query() method returns an array contains last inset id and number of rows affected
the actual code located at lines 201-208 at mysql.php (kohana v3.0.3)