(on Friday, 27 February 2009, 09:46 PM +0200):
> 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.
Can you elaborate?
I ask because I've actually used it in some sample sites to ensure it
was working as expected (in lieu of tests, which I'm waiting on until
we're sure the API is basically final). Is there something specific not
working for you? I'd like to know, so that we can see if it's a use case
we want to support.
--
Matthew Weier O'Phinney
Software Architect | matthew@zend.com
Zend Framework | http://framework.zend.com/
没有评论:
发表评论