Re: [fw-general] Zend_Autoloader_Resource and Zend_Amf_Server Not Playing Nice

2009-05-05 Thread Matthew Weier O'Phinney
-- J DeBord wrote (on Tuesday, 05 May 2009, 08:43 AM +0200): > The autoloading adventure continues... > > Using Zend_Autoloader_Resource is working great. Except for one thing: > matching > the namespaces up with Zend_Amf_Server If you haven't already, please add an issue to the tracker for thi

[fw-general] Zend_Autoloader_Resource and Zend_Amf_Server Not Playing Nice

2009-05-04 Thread J DeBord
The autoloading adventure continues... Using Zend_Autoloader_Resource is working great. Except for one thing: matching the namespaces up with Zend_Amf_Server My directory structure is the standard one. Here is some code: $loader = new Zend_Loader_Autoloader_Resource(array( 'basePath' => APPL