Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Application
-
Labels:None
Description
I am sure I have seen this mentioned but can't find it now. In the modules resource the default module can't have a it's own bootstrap.
I would of thought this should be changed to allow any module to be used as a default, which may in turn have it's own bootstrap file.
Is the idea that the application bootstrap should extend your default modules bootstrap?
Attachments
Issue Links
| This issue is duplicated by: | ||||
| ZF-7158 | No automatic creation of Zend_Application_Module_Autoloader for default module |
|
|
|
What more worst: because "default" is skipped no Resource Autoloader is created.
For consistance this skipping of "default" should be undone.