
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
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.
|
|
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. |
Show » |
Sort Order:
|
Resolved in trunk and 1.8 release branch