If all you're after is the id of the row, just get it from the row: $row->save(); $id = $row->id;
Save should be returning the primary key, and if not, then it's a bug. Cheers, David -- View this message in context: http://n4.nabble.com/insert-or-save-Zend-Db-Table-tp1575952p1576111.html Sent from the Zend Framework mailing list archive at Nabble.com.
