0 votes
in Zend Framework by
What is Front Controller in the Zend framework?

1 Answer

0 votes
by

Following are the front controller in the Zend Framework:

  1. routeStartup: This function is called before Zend_Controller_Front calls on the router to evaluate the request.
  2. routeShutdown: This function is called after the router finishes routing the request.
  3. preDispatch: It is called before the dispatcher dispatches an action.
  4. dispatchLoopStartup: It is used before enters of Zend_Controller_Front.
  5. postDispatch: It is called after the dispatcher dispatches an action.

Related questions

0 votes
asked Apr 22, 2022 in Zend Framework by sharadyadav1986
0 votes
asked Apr 22, 2022 in Zend Framework by sharadyadav1986
...