Jhonny Silva Thu May 16 11:16:55 -0400 2013

Subject: grabbing the last id registered post lastInsertId()

How do I get the id of the post I just created a function?


Bill Zhao Mon Sep 30 03:44:06 -0400 2013

#after create
static::last()->id;

(1-1/1)