News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
Building a simple MVC system with PHP5
August 22, 2006 @ 07:08:54

On PHPit.net today, there's a new tutorial that focuses on one of the hot topics floating around the PHP community these days - the Model/View/Controller design pattern. It shows you how to create your own complete system in a PHP5 environment.

In this tutorial I'm going to show you how to build a simple Model-View-Controller system, which is the most common design pattern for big web applications. I'll take you through all the steps necessary to start from scratch to a full-blown MVC system.

The tutorial starts with creating the "one point of entry" (to the main controller) before setting up the startup tasks and a Registry class to help pass data around between objects. They include plenty of code examples on how to use it.

Next up is the creation of the model, a hook into the backend database (in this case, a MySQL one). The Router class is created to handle getting things to the right places, and an example controller is constructed to handle those requests.

Finally, the last step in the puzzle - the view, including some security measures and the link to download the complete code for the entire MVC system they've created.

0 comments voice your opinion now!
model view controller simple tutorial php5 model view controller simple tutorial php5


blog comments powered by Disqus

Similar Posts

DevShed: Introducing Mediator Classes in PHP 5

Dave Dash's Blog: Finding things using Zend Search Lucene in symfony

ThinkPHP Blog: Accessing NTLM secured resources with PHP

PHPMaster.com: PHP DOM: Using XPath

Community News: The Pipeline Project (MVC-based Framework)


Community Events









Don't see your event here?
Let us know!


release code framework composer language example community interview opinion functional object development api event phpunit testing zendframework2 database introduction unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework