The O'Reilly PHP site has a new post today with the second in the series of the tutorial on implementing MVC in PHP. This time, they focus on the Controller.
In the first part of this series, I covered the basics of MVC programming in PHP and created most of the base classes. In Part 2, I will be covering the controller and the presentation layer.
Building on the basics presented before, they drive right into the code, showing you how a controller is structured and explaining each part in full. They also follow it up with two other sections - using "pretty URLs" and how ot extend the controller...




