Databases: gsdPagination
solomongaby (contact me)
This class can be used to show links to browse MySQL database query results split in multiple pages.
It takes as parameters a SQL query, the number of the current listing page, the limit of results to show in each page, and the base link URL.
The class generates an SQL query with the LIMIT clause to retrieve only the records to show in the current page.
It also generates links to browse other result pages.
Click here for detailed information about this class on phpclasses.org