Query Paginator

Package:
Query Paginator
Summary:
Retrieve MySQL query results split in pages
Groups:
Databases, PHP 5
Author:
Marius Zadara
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.


Powered by Gewgley