Recommend this page to a friend! |
Classes of Nerijus | CakePHP 2.x Container | README.md | Download |
|
DownloadContainer Interop in CakePHPContainer Interoperability plugin for CakePHP 2.x. This plugin adds the ability to easy configure any service containers compatible with container-interop. It provides the clean component to access you container or services in container. Also you get container registered in ClassRegistry that allows you to gradually migrate your application. InstallationInstallation through composer is HIGHLY RECOMMENDED. Installation can be done manually, but requires a lot more steps and is not supported officially. composer
or add requirement to your
ConfigurationPlugin loadingLoad the plugin as any other plugin in
The bootstrap file must be loaded, to set up all configurations needed. Add pre-configured service containerBy installing Zend Service Manager plugin. More pre-configured service containers will be provided as they appear. Or configure your container instanceBy default container is loaded from file
app/Config/container.php sample
|