ZF-3775: DbSelect adapter not returning Rowsets on Db_Table_Select
Description
It is currently not possible to retrieve a Zend_Db_Table_Rowset from Zend_Paginator. This is due to the fact that it's not possible to get the table instance from a Zend_Db_Table_Select query. A workaround for this problem could be an additional setTable() method in the DbSelect adapter. If a table is provided using this method, the DbSelect adapter will return a Rowset.
Comments
Posted by Jurrien Stutterheim (norm2782) on 2008-10-01T14:23:28.000+0000
Added proposed patch. The patch proposes an opt-out situation. Suggestion from zftalk.dev:
ESL|Stalker: cenuij, ralphschindler, norm2782: suggestion: opt-in in 1.6.2, opt-out in 1.7?
Posted by Jurrien Stutterheim (norm2782) on 2008-10-02T11:35:33.000+0000
Resolved in revision 11599