Home »
MCQs »
FuelPHP MCQs
Which of the following controllers can be used to wrap your view in a layout with a header, footer, sidebar, etc?
15. Which of the following controllers can be used to wrap your view in a layout with a header, footer, sidebar, etc?
- Base controller
- Template controller
- Rest controller
- Hybrid controller
Answer: B) Template controller
Explanation:
Template controller can be used to wrap your view in a layout with a header, footer, sidebar, etc.