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?

A.
Zend_Controller_Get_Request
B.
Zend_Controller_Router
C.
Zend_Controller_Response_Abstract
D.
Zend_Controller_Request_Abstract
Explanation:
I have the same idea. D
0
0