Get Primary Key out of Zend_Db_Table_Rowset Object
Posted
by mr.alex
on Stack Overflow
See other posts from Stack Overflow
or by mr.alex
Published on 2010-03-21T15:10:39Z
Indexed on
2010/03/21
15:11 UTC
Read the original article
Hit count: 359
zend-framework
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
© Stack Overflow or respective owner