2009年2月27日星期五

Re: [fw-mvc] Proper use of Zend_Loader_Autoloader_Resource

Matthew Weier O'Phinney wrote:


 Loop through your modules, and instantiate an autoloader for each:      $loaders = array();     foreach ($front->getControllerDirectory() as $module => $dir) {         $loaders[$module] = new Zend_Application_Module_Autoloader(array(             'namespace' => ucfirst($module),             'basePath'  => dirname($dir),         ));     }  You can also grab Zend_Application from svn:      http://framework.zend.com/svn/framework/standard/branches/dasprid/Zend_Application  BTW, Zend_Application is being hacked on by more than just DASPRiD -- if you have ideas or feedback, please feel free to comment.   
Thanks,

I am waiting an operational version for Zend_Application and then i would test it and come with feedback.

Atm version from svn isn't quite ready so testing options are limited.

Thanks again for your replies...
--  Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

没有评论: