Google News
logo
Zend framework - Interview Questions
What is Zend_Controller_Front in Zend Framework?
The Zend_Controller_Front implements the front controller pattern used in the Model-View-Controller of applications in the Zend framework. Its main purpose is to manage the request, route the incoming request, and then dispatch actions.
Advertisement