Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.8
-
Fix Version/s: 1.8.2
-
Component/s: None
-
Labels:None
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.
Resolved in trunk and 1.8 release branch