PHP Video: Controllers in MVC
Thursday, June 25th, 2009Hi,
In this video, I talk a little about the MVC design pattern with special attention to the middle layer in MVC: the ‘controller’.
A few points:
- MVC is short for Model View Controller
- The Controller is the part that brokers the communication between the View and the Model.
- The Controller is the throw-away part in MVC.
Watch [...]
