Databases: GV Pagination Class
Ruben Sekiji Negrao Doi (contact me)
This class can used to split database query result listings between pages.
It takes as parameter SELECT SQL query and counts the number of rows it would return.
The class executes the SQL query limiting the range of rows to show in the current page, given the limit of results to show per page and the number of the current page that is retrieved from a request variable.
It can also generate links to browse the other result set pages basing the pages URL on the current page URL. The presentation of the navigation links is configurable with CSS styles.
Click here for detailed information about this class on phpclasses.org