Home »
MCQs »
FuelPHP MCQs
Which of the following separates the application logic from the presentation logic?
31. Which of the following separates the application logic from the presentation logic?
- View
- Controller
- Model
- Presenter
Answer: A) View
Explanation:
Views separate the application logic from the presentation logic.