nerdexam
Zend

ZF-100-500 · Question #84

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

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

Question

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

Options

  • AZend_Controller_Router
  • BZend_Controller_Request_Abstract
  • CZend_Controller_Get_Request
  • DZend_Controller_Response_Abstract

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    71% (27)
  • C
    5% (2)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice