Re: How to get last insert id in cakePHP 3

2014-08-05 Thread Jipson Thomas
Thank you Mark

On Monday, 4 August 2014 18:17:18 UTC+1, euromark wrote:
>
> 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+unsubscr...@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.


Re: How to get last insert id in cakePHP 3

2014-08-04 Thread euromark
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+unsubscr...@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.


How to get last insert id in cakePHP 3

2014-08-04 Thread 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+unsubscr...@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.