The return value of insert method of Zend_Db_Table_Abstract is a The primary key of the row inserted. However When I try to access the return value, it is just null, the new row has been successfully insert into table.
Is there anyway we can get the primary key of this newly inserted row? Thanks. -- View this message in context: http://www.nabble.com/Return-value-of-insert-method-of-Zend_Db_Table_Abstract-tf4535082s16154.html#a12942350 Sent from the Zend Framework mailing list archive at Nabble.com.
