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

Community News: PHP-FIG Group Launches Site & FAQ

DeveloperTutorials.com: Developing State-enabled Applications With PHP

DeveloperTutorials.com: How to Install PHP 5 on Linux

SitePoint.com: The CakePHP Framework: Your First Bite

Symfony Blog: The "Practical symfony" book is now also available for Doctrine


Community Events











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


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

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