Home »
MCQs »
Laravel MCQs
Which of the following functions as a bridge between Views and Models?
40. Which of the following functions as a bridge between Views and Models?
- Objects
- Data binding
- Route
- Controller
Answer: D) Controller
Explanation:
Controller functions as a bridge between Views and Models.