News Feed
Jobs Feed
Sections




News Archive
Eric Bannatyne's Blog:
Simple CRUD With CodeIgniter
April 06, 2010 @ 11:50:30

In a new post to his blog Eric Bannatyne has written up a simple example of using the CodeIgniter PHP framework to create a basic CRUD interface (create, read, update, delete) for a basic "posts" table.

Last week we took a look at an introduction to the CodeIgniter PHP framework. In that example we saw the basics of how CodeIgniter works and the basics of the MVC pattern. But we didn't really do much with models. Today we will look at the power of models in CodeIgniter to make CRUD functions easy.

They help you create the basic table in a MySQL database (instructions could be easily customized for the database of your choice) and how to set up the controllers, models and views. The delete method is the only one that's slightly different - there's not a view for it as much as there is a controller action using the ID on the URL.

1 comment voice your opinion now!
crud codeigniter tutorial database


blog comments powered by Disqus

Similar Posts

PHPClasses.org: Book Review - CodeIgniter for Rapid PHP Application Development

James Morris' Blog: Parsing HTML with DOMDocument and DOMXPath::Query

DevShed: Including Files Recursively with Loader Applications in PHP

Zend Developer Zone: ZendCon Wrapup

BillS' IIS Blog: How to install PHP on IIS7 (RC1)


Community Events











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


development interview opinion framework introduction conference testing zendframework2 podcast community series phpunit symfony2 release language rest functional usergroup appengine google

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