ZF-5684: Zend_Db_Table_Abstract doesn't honor Zend_Db_Adapter fetch mode
Description
I need Zend_Db_Table_Abstract in combination with Zend_Db::FETCH_OBJ but Zend_Db_Table_Abstract::_fetch() has hardcoded to use Zend_Db::FETCH_ASSOC and furthermore Zend_Db_Table_Row_Abstract isnt't ready to have anything but an assoc as value for $this->_data.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-16T07:01:29.000+0000
Set component and auto reassign
Posted by Rob Allen (rob) on 2012-11-20T20:53:05.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.