Andy Hawthorne
I write and I code.
January 1st, 2012
Basic Pagination with CodeIgniter 2.1
Pagination is particularly useful when you are coding an application that interfaces with a database. A large dataset might have hundreds of possible results for one query, and pagination creates a much nicer user experience. In this tutorial, I’ll use CodeIgniter’s pagination library to show you how you can create a paginated list of results [...]
Tags: Codeigniter, pagination
Posted in Web Development | 1 Comment »
