Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Integrate DI container #53

Open Matthimatiker opened 11 years ago

Matthimatiker commented 11 years ago

Create a resource that integrate a Dependency Injection container.

Perhaps it is possible to create an interface that allows the usage of common containers (ZF2, Symfony 2, Pimple, Aura, ...) via adapter pattern.