News Feed
Jobs Feed
Sections

Recent Jobs

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.

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











Similar Posts

DevShed: Working with MySQL and Sessions to Serialize Objects in PHP (Part 3)

Vexxhost.com: Top 5 new (and cool!) features in PHP5 that you probably haven't heard of

CodeSnipers.com: More Stupidly Easy MVC in PHP

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

Builder.com.au: Text-size switching with PHP and CSS


Community Events







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


ajax book conference security database developer example release zend PHP5 job application package code framework zendframework releases mysql PEAR cakephp

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