pagenation
Package:
Summary:
Split MySQL query results into pages
Groups:
Author:
Description:
This class can be used to split MySQL query results into pages.
It can execute a given MySQL SELECT query limiting its results so it only retrieves a range of rows to show part of a listing of a limited number of records in the current page.
The class can also generate HTML links to browse the pages over which the query results listing were split.
It can execute a given MySQL SELECT query limiting its results so it only retrieves a range of rows to show part of a listing of a limited number of records in the current page.
The class can also generate HTML links to browse the pages over which the query results listing were split.
Comments are closed.