Issue Details (XML | Word | Printable)

Key: ZF-6417
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matthew Weier O'Phinney
Reporter: Leandro Rodrigues Chaves
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Db_Table createRow() call Zend_Loader::loadClass unconditionally

Created: 24/Apr/09 06:31 PM   Updated: 14/May/09 05:44 AM   Resolved: 14/May/09 05:44 AM
Return to search "Fixed in 1.5.1"
Component/s: None
Affects Version/s: 1.7.8
Fix Version/s: 1.8.2

Time Tracking:
Not Specified


 Description  « Hide

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.



Matthew Weier O'Phinney added a comment - 14/May/09 05:44 AM

Resolved in trunk and 1.8 release branch