Which of the following methods in Zend_Controller_Action can be used for resetting the state when multiple controllers use the same helper in the chained actions?
A. preDispatch()
B. setActionController()
C. postDispatch()
D. init()
Explanation:
One Comment on “Which of the following methods in Zend_Controller_Action can be used for resetting the state when multiple con”
I choose D
0
0