PHP Classes / gsdPagination

Show links to browse MySQL query result listings

gsdPagination PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags