Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

O'Reilly:
Implementing MVC in PHP - The Controller
Nov 04, 2005 @ 11:39:35

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...

tagged:

Link:


Trending Topics: