Home »
MCQs »
Zend Framework MCQs
Which of the following controllers includes all of the functionality required to construct a standard web page and is also the most often used controller in the Zend MVC Framework?
44. Which of the following controllers includes all of the functionality required to construct a standard web page and is also the most often used controller in the Zend MVC Framework?
- AbstractActionController
- AbstractRestfulCotroller
- AbstractConsoleController
Answer: A) AbstractActionController
Explanation:
AbstractActionController includes all of the functionality required to construct a standard web page and is also the most often used controller in the Zend MVC.