Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NETTUTS.com CodeIgniter from Scratch Day 7:
Pagination
Oct 02, 2009 @ 12:51:40

On NETTUTS.com today they've posted part seven of their "CodeIgniter from Scratch" series of screencasts looking at building a CodeIgniter application from the ground up. This time the focus is on pagination.

In these last two weeks, I've received bunches of requests for a CodeIgniter pagination screencast; so that's what we'll be reviewing today! As a bonus, we'll also take a look at the super convenient HTML Table class.

They show how to use a local setup (MAMP) to set up a CodeIgniter instance that pulls the data in and splits it out into multiple pages. Their paginated data comes out of a MySQL database.

tagged: codeigniter screencast tutorial pagination

Link:


Trending Topics: