Zend Framework: Zend_Application_Bootstrap_BootstrapAbstract Component Proposal
| Proposed Component Name | Zend_Application_Bootstrap_BootstrapAbstract |
|---|---|
| Developer Notes | http://framework.zend.com/wiki/display/ZFDEV/Zend_Application_Bootstrap_BootstrapAbstract |
| Proposers | Andrew Stephanoff |
| Zend Liaison | TBD |
| Revision | 1.0 - 1 January 2008: Initial Draft. (wiki revision: 4) |
Table of Contents
1. Overview
Patch for Bootstrap which allow to use plugin cache before bootstrap starting.
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
No requirements
4. Dependencies on Other Framework Components
- Zend_Loader_PluginLoader
5. Theory of Operation
This patch is allow to setup cache filename for plugins in configuration file.
6. Milestones / Tasks
Not defined
7. Class Index
- Zend_Application_Bootstrap_BootstrapAbstract
8. Use Cases
| UC-01 |
|---|
application.ini
pluginCache = "path/to/pluginCache/filename.php"
9. Class Skeletons
Patch for Zend_Application_Bootstrap_BootstrapAbstract
Labels: