nerdexam
Zend

ZF-100-500 · Question #37

Which of the following retrieves the request URI, path, $_GET & $_POST paramete rs, etc. and tracks whether an action has been dispatched via Zend_Controller_Dispatcher?

The correct answer is C. Zend_Controller_Request_Abstract. See the full explanation below for the reasoning.

Question

Which of the following retrieves the request URI, path, $_GET & $_POST paramete rs, etc. and tracks whether an action has been dispatched via Zend_Controller_Dispatcher?

Options

  • AZend_Controller_Get_Request
  • BZend_Controller_Router
  • CZend_Controller_Request_Abstract
  • DZend_Controller_Response_Abs tract

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    17% (5)
  • C
    70% (21)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice