$row->id is the id value for the row (according to the schema you posted)
$row->id() is not a defined method, so should throw an exception. $row->id !== lastInsertId(), although it should be in most cases. Depending on your _postInsert() code, lastInsertId() might not be the row's ID. Cheers, David -- View this message in context: http://n4.nabble.com/insert-or-save-Zend-Db-Table-tp1575952p1576150.html Sent from the Zend Framework mailing list archive at Nabble.com.
