News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
The MVC Pattern and PHP, Part 1
March 05, 2013 @ 13:21:32

If you're new to the world of PHP frameworks, there's one acronym that might confuse you if you don't understand the structure - MVC. In this new tutorial on PHPMaster.com today introduces you to the MVC (Model/View/Controller) design pattern and how it's commonly implemented in PHP.

The Model-View-Control (MVC) pattern, originally formulated in the late 1970s, is a software architecture pattern built on the basis of keeping the presentation of data separate from the methods that interact with the data. In theory, a well-developed MVC system should allow a front-end developer and a back-end developer to work on the same system without interfering, sharing, or editing files either party is working on. [...] In this article, I will go the basic principles of MVC, a run through the definition of the pattern and a quick example of MVC in PHP. This is definitely a read for anyone who has never coding with MVC before or those wanting to brush up on previous MVC development skills.

He starts with an introduction of the overall structure of the pattern, how each part talks with the others. He then talks about each piece in a bit more detail and provides some code examples for some very basic MVC classes. There's no routing or anything connected to them like there would be in a framework - it's just the classes taking the others in as parameters.

0 comments voice your opinion now!
mvc designpattern introduction tutorial model view controller


blog comments powered by Disqus

Similar Posts

DeveloperTutorials.com: Inserting An Array Into A Database

PHPBuilder.com: MySQL and PHP: How to make it work without killing your server

Spindrop.us: Digg-style AJAX comment editing in PHP/symfony

PHP-GTK Community Site: an IMAP Client & Screenshots with Gdk

Timothy Boronczyk's Blog: Currying in PHP


Community Events











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


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

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