ZF-6160: Zend_Application should have a autoloaderOptions key
Issue Type:
Improvement
Created:
2009-03-30T09:40:28.000+0000
Last Updated:
2009-04-17T06:11:06.000+0000
Status:
Resolved
Fix version(s):
Reporter:
Keith Pope (mute)
Assignee:
Matthew Weier O'Phinney (matthew)
Tags:
Zend_Application
Related issues:
Attachments:
Description
Zend_Application should be able to configure the autoloader.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-17T06:10:46.000+0000
Currently, it allows you to pass an array of autoloader namespaces (via the 'autoloaderNamespaces' key). If you need more customization than that, it is recommended to either pull the autoloader from Zend_Application prior to calling bootstrap(), or to configure the autoloader prior to initializing Zend_Application.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-04-17T06:10:46.000+0000
Currently, it allows you to pass an array of autoloader namespaces (via the 'autoloaderNamespaces' key). If you need more customization than that, it is recommended to either pull the autoloader from Zend_Application prior to calling bootstrap(), or to configure the autoloader prior to initializing Zend_Application.