How to Create Ajax Pagination using CodeIgniter?
CodeIgniter has many built-in classes and plugins. Pagination class of CodeIgniter is very easy and simple to use. Also Ajax Pagination library is availanle in Codeigniter. Here i will describe how to create simple ajax pagination in Codeigniter using some simple steps. First of all download Ajax Pagination from Codeigniter site. And put this library in “system/libraries/” folder. Along with library you need to download prototype.js file and put this file any where on root. Here we have a table which we use for getting records and apply pagination on its records.