Google News
logo
Phalcon - Interview Questions
What are the features of a controller?
There are following features of a controller.

* It helps to update the model's state by sending command to the model.
* It is also used to send command to the associated view.
* It acts as an intermediary between the model and the view.
Advertisement