Home
PHP

How to Utilize the MVC Pattern in PHP programming

Jan 12, 2011 12:14 AM
634754870658006134.jpg

The "Model View Controller" pattern, or MVC, is a paradigm of programmatically organizing an application into three parts: the Model, the View and the Controller. This video tutorial from JREAMdesign summarizes the purposes of the various components and how they interrelate with the program within this pattern. Several options for working with MVC are also highlighted.

Related Articles

How to Retrieve GPS Data from JPG Image Files Using Exif and PHP

How to Use a URI to Test Functions with a Test Script in Php

Comments

No Comments Exist

Be the first, drop a comment!