This is a simple class to compute the SQL LIMIT clause to retrieve query results to display in paginated listings.
It takes as parameters an array with values of the total number of rows in the result set, the number of rows to display per page and the current page to be displayed.
The class returns a string with the SQL LIMIT clause that should be used to specify the range of rows to be retrieved from the database.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.