witam,
jak z instancji klasy Zend_Db_Table wywołać metodę lastInsertId() klasy Zend_Db?
otrzymuje oczywiście błąd "Call to undefined method"
dziekuję za pomoc...
okej juz mam.
last_insert_id() jest wynikiem funkcji insert()
<?php $id = $this->table->insert($data); ?>