Back to Top

How to use Pagination in CodeIgniter

Pagination is a number of rows to be fetched from the database and mostly found at the bottom of the page which allow you to navigate to a different page. Today I will show you to use pagination in CodeIgniter which is easy to use.

To Load the pagination library, following code is useful:

The library comes with around 20 configurable items and you need only the three items to create the links.

To use Pagination in CodeIgniter, you must have the Pagination library must be loaded.

Let’s check it out here

First of all, add following code into the model file.

To add above code into the function index and add one parameter $page=0 into the function.see in below:

Next,Move to the controller file and add following function into it:

Further Reading:

Image Upload in CodeIgniter
Get IP address in CodeIgniter
Prepping Functions in CodeIgniter

That’s it.This is all that you need in order to create pagination.I hope this post will help you. Don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Most Popular Posts

What is Closure in JavaScript?

Posted on 6 years ago

Bhumi

Top 10 JavaScript Charting Libraries

Posted on 8 years ago

Bhumi

How to use ezSQL with example

Posted on 8 years ago

Bhumi