Databases: Limit Result Set Iterator
fridayana baabullah (contact me)
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.
Click here for detailed information about this class on phpclasses.org