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

Create web controller #55

Open Matthimatiker opened 11 years ago

Matthimatiker commented 11 years ago

Create a base class for web controllers.

The controller should provide methods to overcome common problems for example retrieving the bootstrapper and resources.

Additionally, better type hints for request and response should be provided as web controllers always use the HTTP variants.