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:

I choose D
0
0