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

PHPMaster.com:
The MVC Pattern and PHP, Part 2
Mar 12, 2013 @ 16:19:03

PHPMaster.com has posted the second part of their MVC series, introducing you to the Model/View/Controller design pattern. If you want to catch up, part one is here.

Welcome to part 2 of this two-part series discussing MVC and PHP, where we’ll discuss some of the considerations one must make when using an MVC architecture. If you’ve come straight to this article without reading part 1 first, I encourage you to head back and have careful read as this one will assume that you’ve read and understand everything it discussed.

He talks about some of the things more involved in making a MVC framework including routing and URL formats and working with templates. Sample code is included for the route handling, model/controller relationship and view classes for the templates.

tagged: mvc designpattern introduction tutorial model view controller routing view

Link:


Trending Topics: