A Zend_Db_Table_Rowset class has a relationship with the database; you will assume the data you use in Zend_Db_Table_Rowset is authentic and retrieved from the database in a normal way.
Why would you risk errors by removing the luxury of having the assumption that the RowSet came from one query?
I would create a new array (or an object that can be iterated) to hold the results and add all rows to that by using two foreach loops.


LinkBack URL
About LinkBacks




Reply With Quote
