News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Build Ajax Data Grids with CodeIgniter and jQuery
September 23, 2011 @ 12:23:59

In a new tutorial from NetTuts.com today they show you how to combine a CodeIgniter-based backend and a jQuery frontend to make a simple Ajax data grid of data pulled from a database.

In this lesson, we will create a CodeIgniter library that allows us to generate data grids automatically for managing any database table. I'll explain each step required to create this class; so you'll likely learn some new OOP techniques/concepts in the process! As a bonus, we'll proceed to write some jQuery code that will enable a user to update the data grid's content without having to wait for a page refresh.

The tutorial's broken up into a few different steps, each complete with descriptions and plenty of code ready for cut-and-paste:

  • Build a Data Grid Generator Class (a helper in PHP)
  • Testing the Datagrid Helper Class with a CodeIgniter Controller
  • Implementing Ajax (jQuery to the Rescue!)
  • Check All or Nothing!

You can also download the source for all of the scripts if you'd like to dive right into the code.

0 comments voice your opinion now!
data grid ajax jquery codeigniter framework tutorial


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Metadata from Zend_Db_Table_Abstract

Klaus Graefensteiner's Blog: Climbing the CodeIgniter PHP MVC framework learning curve

The Northclick Blog: Announcing "dropr" - the message queue framework for PHP

Richard Thomas' Blog: Frameworks are like Hammers

Maarten Balliauw's Blog: Windows Azure and scaling: how?


Community Events











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


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

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