Details
-
Type:
Docs: Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Application
-
Labels:None
-
Language:English
Description
There is a small hint that module bootstraps are supported in Zend_Application chapter 4.6.3.
But important details about how to create a module bootstrap and from which class it should inherit (Zend_Application_Module_Bootstrap) were left.
I also expected, that the module bootstraps and environment would be loaded automatically, but it's not mentioned that they would only be loaded when setting e.g.
resources.modules[] =
in the application ini.
Issue Links
| This issue is related to: | ||||
| ZF-7095 | Zend_Application_Resource_Modules Example is wrong |
|
|
|
Documentation added to trunk and 1.9 release branch; will show up on site with 1.9.2 release.