Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Building a Database-Driven Application with the Code Igniter PHP Framework
Aug 20, 2008 @ 17:09:45

DevShed continues their series looking at the creation of an application with the CodeIgniter framework in this second part of the series (here's part one).

In this second part of the series, I’m going to teach you how to use some core classes bundled with Code Igniter, this time for building a MySQL-driven program, which will first fetch some data from a MySQL database table, and then print this information on the browser.

They show how to grab information from a table, how to create a controller class and how to use it to output the MySQL data into a view.

tagged: tutorial codeigniter mysql database table controller

Link:


Trending Topics: