Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « zend-modulemanager « zendframework « vendor - github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed21806911e4f2e0d6c36ff6355adccc9dc56f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# zend-modulemanager

Zend Framework 2.0 introduces a new and powerful approach to modules. This new
module system is designed with flexibility, simplicity, and re-usability in mind.
A module may contain just about anything: PHP code, including MVC functionality;
library code; view scripts; and/or public assets such as images, CSS, and
JavaScript. The possibilities are endless.

`Zend\ModuleManager` is the component that enables the design of a module
architecture for PHP applcations.


- File issues at https://github.com/zendframework/zend-modulemanager/issues
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-modulemanager