News Feed
Jobs Feed
Sections




News Archive
DevShed:
Defining a Model Class for Handling Views with CodeIgniter
April 24, 2009 @ 08:46:45

DevShed has posted the next article in their "Introduction to CodeIgniter" series today. This new tutorial, the sixth in the series, looks at reworking their example to use a model instead of a direct connection to the database.

You'll recall that I developed a sample PHP application. It displayed the contents of some database rows which were previously fetched from a "users" MySQL table. Moreover, these rows were retrieved by using the active record class bundled with CI. However, it's also possible to define a model that performs all of the database-related operations, instead of directly using the database class.

They create a simple User_model class that loads in the database functionality and, using that object, makes a select (get) to retrieve all user information in one method and select information in another. CodeIgniter "automagically" knows to pull from the Users table based on the naming convention of the file and class.

0 comments voice your opinion now!
database view framework codeigniter tutorial class model


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Using htaccess Files for Pretty URLS

Developer Drive: PHP User Survey: Setting Variable Values and Reading from Tables

Brian Swan's Blog: Getting Started with PHP and SQL Azure

Symfony Blog: Symfony 2.0 (Release)

Cody Taylor's Blog: Checking Bits With PHP


Community Events











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


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

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