Get Primary Key out of Zend_Db_Table_Rowset Object
- by mr.alex
Hi Everybody,
inside of my Zend_Db_Table_Rowset Object i found this:
["_primary:protected"]
... does anybody if theres a way to access this? ... maybe something like
$rowsetObject->getPrimary()
Thanks for your help,
Alex