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

Introduce interface for form factory #46

Open Matthimatiker opened 11 years ago

Matthimatiker commented 11 years ago

Introduce an interface for the form factory as that would simplify testing (for example by mocking or providing a testing implementation). Also the plugin system does not have to be exposed.