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

Form resource: Inject bootstrapper into plugins #30

Closed Matthimatiker closed 12 years ago

Matthimatiker commented 12 years ago

The form resource should inject the bootstrapper into created plugins if this is required by the plugin.

Matthimatiker commented 12 years ago

The resource now injects the bootstrapper into all plugins that implement Mol_Application_Bootstrap_Aware.