i want to access last inserted id from ORM object. How can i access. Can i use Database fDatabase methods in ORM ?
Example:
$obj = new User; // Set some vars... $obj->store(); $obj->getId(); # Last inserted id