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.
|
|
| Name: |
Query Limit |
| Base name: |
querylimit |
| Description: |
Compute the LIMIT clause to get paginated results |
| Version: |
0.1 |
| PHP version: |
4 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
355 users |
| All time rank: |
5776 |
| Week users: |
0 users |
| Week rank: |
2255  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use 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.
| |
Files |
|
|