Limit Result Set Iterator

Package:
Limit Result Set Iterator
Summary:
Retrieve a limited range of SQL query results
Groups:
Databases, PHP 5
Author:
fridayana baabullah
Description:
This package can be used to retrieve a limited range of SQL query results.

There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve.

It also implements the Iterator interface to traverse query result rows.

This package also comes with an implementation class to execute and retrieve result set rows from MySQL databases.


Powered by Gewgley