PHP Video: Controllers in MVC

php video

Hi,

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 the video for more details.

Stefan Mischook
www.killerphp.com

This entry was posted on Thursday, June 25th, 2009 at 11:06 pm and is filed under Advanced PHP, Object Oriented PHP, PHP Videos. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

Top of page  go to top of page