On Wed, November 3, 2010 7:05 pm, kevando wrote: > > What about if my last insert/save was 20 days ago? > > Basically -- I want to get the value of the current (or latest) id in the > beforeSave function >
$this->Model->getLastInsertId(); http://book.cakephp.org/view/312/Models does what it says on the can. > thanks, > Kev > -- > View this message in context: > http://cakephp.1045679.n5.nabble.com/Get-the-last-insert-id-tp3236536p3248988.html > Sent from the CakePHP mailing list archive at Nabble.com. > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php?hl=en > > -- Mike Karthauser Managing Director - Brightstorm Ltd Email: [email protected] Web: http://www.brightstorm.co.uk Tel: 07939 252144 (mobile) Fax: 0870 1320560 Address: 1 Brewery Court, North Street, Bristol, BS3 1JS Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
