How To Use CodeIgniter Pagination Class with Database
August 31st, 2009
5 comments
Pagination class is very useful when we are handling a very large set of data. With it, users can see a page of data sets for only 10 or 20 rows and provided with page navigation where user can go to the next and previous page or directly jump to a page number. CodeIgniter has a class for doing this, but we must make a link to the data to be paginated to make it works correctly.
This article show you how to make the link between pagination class and database class to make the pagination works on a table that has a large set of data inside it.



Recent Comments