Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9.1
-
Component/s: Zend_Loader
-
Labels:None
Description
It seems that when Zend_Loader_Autoloader_Resource registers it self with Zend_Loader_Autoloader it doesn't add the "_" at the end. So if you want to user two namespaces like My and MyXX the second one dosen't work.
If you add namespaces, I think you should just add 'My_' and 'MyXX_' as is shown here: http://framework.zend.com/manual/en/zend.loader.autoloader.html#zend.loader.autoloader.usage