ZF-6417: Zend_Db_Table createRow() call Zend_Loader::loadClass unconditionally
Description
When calling createRow() from a Zend_Db_Table object that have a custom row class, it throws an exception, because Zend_Loader::loadClass is called unconditionally, no matter whether a custom __autoload was implemented. Same problem in Zend_Db_Table::fetchRow() and Zend_Db_Table_Rowset constructor.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-14T05:44:29.000+0000
Resolved in trunk and 1.8 release branch