nerdexam
Zend

ZF-100-500 · Question #93

Which of the following are the features of Zend_Controller_Front? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is B. It is used to implement the Singleton pattern. C. By default, the ErrorHandler plugin and ViewRenderer action helper plugin are loaded in D. It is used to register a plugin broker, which allows calling a user code when certain events. See the full explanation below for the reasoning.

Question

Which of the following are the features of Zend_Controller_Front? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AIt is used to handle the request and output.
  • BIt is used to implement the Singleton pattern.
  • CBy default, the ErrorHandler plugin and ViewRenderer action helper plugin are loaded in
  • DIt is used to register a plugin broker, which allows calling a user code when certain events

How the community answered

(26 responses)
  • A
    23% (6)
  • B
    77% (20)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice