Zendframework Rowset select by key

anhdeptrai_1505

New Member
I'm trying to access rows of a fetchAll call (returns Zend_Db_Table_Rowset_Abstract) by a row's primary key.I was wondering what would be the easiest way of doing this, besides looping through and finding the desired row.
 
Top