I am using the Model_CRUD class and it's methods to save and find in database. The problem comes when saving new object into DB, is how to get last inserted id ? User::forge($userInfo)->save(); // Save returns only bool value Does this requires one query more to get last inserted id ?