Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Zend_Db_Table
-
Labels:None
Description
In Zend_Db_Table_Abstract, both the fetchRow() and fetchAll() methods have @ prepended calls to Zend_Loader::loadClass() . If there is a parse error in the file Zend_Loader tries to load, the call will silently fail.
Resolved as duplicate