-- J DeBord <[email protected]> wrote
(on Wednesday, 04 November 2009, 02:10 PM +0100):
> Is there an option to create the default module autoloader when passing the
> config to Zend_Application's constructor as opposed to creating a function in
> the bootstrap?
Not currently. A fix is scheduled for 1.10.
> Instead of this:
>
> class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
> {
> protected function _initAutoloader()
> {
> $moduleLoader = new Zend_Application_Module_Autoloader(array(
> 'basePath' => APPLICATION_PATH,
> 'namespace' => '',
> ));
> }
>
> place a config option in application.ini for example?
--
Matthew Weier O'Phinney
Project Lead | [email protected]
Zend Framework | http://framework.zend.com/