Home »
MCQs »
Zend Framework MCQs
Which of the following controllers examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account?
45. Which of the following controllers examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account?
- AbstractActionController
- AbstractRestfulCotroller
- AbstractConsoleController
Answer: B) AbstractRestfulCotroller
Explanation:
AbstractRestfulController examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account.