Paginator and Paginator_html

Update Info

Paginator Is a php class that will help you to split your record sets into pages. I wrote this class to save myself some time and then thought others might find it helpful. Paginator will return a number that you can use to set your base record and a number to use as an offset. For now I know it works in mySQL queries and with arrays.

The Paginator methods return values that you can use to create your navigation links.
The values it presently returns are

Get more information on Paginator methods here

Paginator_html Is an extension to the Paginator class. It includes methods that supply a pre-made link set.

More Paginator information

Below are links to Paginator documentation and examples

Paginator and Paginator_html Documentation

mySQL Instructions

Examples for Paginator_html Look at the php source code to see how to set these up.

Examples for Paginator Look at the php source code to see how to set these up.