How to access Last_Insert_ID in ORM / Help Please!

How to access Last_Insert_ID in ORM

i want to access last inserted id from ORM object. How can i access. Can i use Database fDatabase methods in ORM ?

  • Message #558

    Example:

    $obj = new User;
    // Set some vars...
    $obj->store();
    $obj->getId(); # Last inserted id