ZF-3734: Get the table instance from Zend_Db_Table_Select
Description
It would be nice if the Db_Table_Abstract would be accessible from the Db_Table_Select with a getTable() method. Using the table would allow me to let Zend_Paginator_Adapter_DbSelect return Zend_Db_Table_Row objects instead of just a regular array.
Comments
Posted by Jurrien Stutterheim (norm2782) on 2008-10-02T11:35:45.000+0000
Resolved in revision 11599
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:20.000+0000
Changing issues in preparation for the 1.7.0 release.