Articles with tag CodeIgniter

CodeIgniter

Code Igniter jQuery and Ajax

Posted on: Jan 22nd 2012
In this tutorial I will show you how to use the jQuery and Ajax inside the Code Igniter framework. We will create a page where we will create a drop down of states coming from the database. And once a state is selected, the list of cities will come through Ajax.
CodeIgniter

Codeigniter tutorial: Quick and Easy - Part 1

Posted on: Jan 11th 2012

CodeIgnitor is one of the easiest of all the PHP framework available and definitely it is one of the most well documented one compared to a few other famous frameworks. It has a huge list of helper functions and big library of useful features.

So, let's dive in and check out how this framework works.