Monday, August 4, 2014

Re: How to get last insert id in cakePHP 3

Are you sure?
https://github.com/cakephp/cakephp/blob/3.0/tests/TestCase/ORM/TableTest.php#L1177

so $result->id should work fine:

$result = $this->save(...);
$id = $result->id;

mark



Am Montag, 4. August 2014 19:01:49 UTC+2 schrieb Jipson Thomas:
Hi,
Would you please let me know how I can get the last insert id in cake php 3.
The save() is returning Boolean value only.Is there any option to get the last insert id value?

Regards,
Jipson

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: