News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Untangling MVC with CodeIgniter
December 08, 2011 @ 11:22:32

On PHPMaster.com today there's a new tutorial that wants to help you "untangle MVC" with the help of the CodeIgniter framework. The tutorial is an introduction to the Model/View/Controller design pattern and how it's implemented in this popular framework.

If you want to develop applications with sell-structured, readable code that you can quickly diagnose problems in, then MVC is for you. In this article I'll untangle the mysteries of MVC for you using CodeIgniter, a PHP framework based on the MVC pattern. I'll first present a high level overview of MVC, what it is and how it can help you to become a better programmer, and then guide you through writing a simple web form the CodeIgniter way so you can see how the pattern looks in action.

They briefly describe MVC (favoring instead for showing it later in the CodeIgniter examples) and help you get a copy of the framework installed. They show you how to create a first controller, the corresponding view and make a model that extends the base and inserts address information into a database table.

0 comments voice your opinion now!
codeigniter framework tutorial mvc introduction


blog comments powered by Disqus

Similar Posts

EasyPHPWebsites.com: Gluing jQuery and PHP Together with JSON

The Credence Blog: PHP frameworks - Which one is Most Suitable for you?

Eran Galperin's Blog: Multiple row operations in MySQL / PHP

Robert Basic's Blog: Styling the default Zend_Form layout

Developer.com: Combining an Oracle Database with PHP to Manage Data


Community Events











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


tool series testing language introduction code object development release community interview opinion functional podcast application zendframework2 example unittest phpunit framework

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