The MVC Pattern and PHP, Part 2
The MVC pattern is built on the basis of keeping the presentation of data separate from the methods that interact with the data, and has been adapted and is widely used by web developers due to its emphasis on separation of concerns. In second part of this two-part series on MVC, you’ll see some of the choices one must face when trying to create a true MVC application on the web.




