Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过了模块/数据库/类/中的一些代码,但仍然没有找到如何返回最后一个插入 ID。
我怎么得到这个?
query() 方法返回一个数组,其中包含最后插入的 id 和受影响的行数
实际代码位于 mysql.php (kohana v3.0.3) 的第 201-208 行