After using mosDBTable->store() in joomla code, I want to get the primary key id of the newly created row in the table. But I have the problem that I dont want to use the "mysql_insert_id()" usual function for that in normal php programming because in joomla I prefer not to do direct reference to mysql related functions.
Is there a mosDBTable method for this porpouse?
Thanks a lot for any help on that.
Is there a mosDBTable method for this porpouse?
Thanks a lot for any help on that.
