Query Paginator
Package:
Summary:
Retrieve MySQL query results split in pages
Groups:
Author:
Description:
This class can be used to retrieve MySQL query results split in pages.
It can execute a given MySQL SELECT query and retrieve its results split in pages with a given limit number of records.
The class can iterate over the complete set of results and return the query result pages as arrays until there are no more result pages to retrieve.
It can execute a given MySQL SELECT query and retrieve its results split in pages with a given limit number of records.
The class can iterate over the complete set of results and return the query result pages as arrays until there are no more result pages to retrieve.
Comments are closed.