ZF-7473: It seems that when Zend_Loader_Autoloader_Resource registers it self with Zend_Loader_Autoloader it doesn't add the "_" at the end.
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.
Comments
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-08-04T06:52:11.000+0000
If you add namespaces, I think you should just add 'My_' and 'MyXX_' as is shown here: http://framework.zend.com/manual/en/…
Posted by Andres Adjimann (adji) on 2009-08-04T07:14:22.000+0000
The problem is with Zend_Loader_Autoloader_Resource that uses the loader, but dont use the "_" at the end.
Posted by Matthew Weier O'Phinney (matthew) on 2009-08-04T07:23:39.000+0000
Dolf -- he's talking about Zend_Loader_Autoloader_Resource -- I've confirmed the issue.
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-08-04T07:26:10.000+0000
Yup, I figured after his comment :)
Posted by Matthew Weier O'Phinney (matthew) on 2009-08-06T11:06:12.000+0000
Resolved in trunk and 1.9 release branch