nerdexam
Zend

ZF-100-500 · Question #11

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?

The correct answer is D. init(). See the full explanation below for the reasoning.

Question

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?

Options

  • ApreDispatch()
  • BsetActionController()
  • CpostDispatch()
  • Dinit()

How the community answered

(14 responses)
  • A
    7% (1)
  • B
    14% (2)
  • D
    79% (11)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice