Original article MVC Pattern (Version 2) only provide the new example code to download. I just add to the article the content of the two modified classes, View and Controller (Model and DataAccess classes are left unchanged) and some of the original comments. This is an updated version of the Model View Controller pattern which attempts to adhere more stringently to the definition of that pattern. The first version of this PHP pattern can be found here. Thanks to some useful comments, I’ve (...)