Flexible pagination class

Package:
Flexible pagination class
Summary:
Split MySQL query results in multiple pages
Groups:
Databases, HTML, PHP 5
Author:
mano kalousdian
Description:
This class can be used to split MySQL query results in multiple pages.

It takes a given SQL query and executes it in such way that it limits the retrieved results to a given range of rows with data to be displayed in the current page.

The class also generates HTML for links to go to the next, previous, first and last page of the query results listing. It can also generate a select input with Javascript to jump to the listing pages.

The limit number of rows to display per page is configurable.


Powered by Gewgley