Download the PHP package tharangakothalawala/resultsetpaginator without Composer
On this page you can find all versions of the php package tharangakothalawala/resultsetpaginator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tharangakothalawala/resultsetpaginator
More information about tharangakothalawala/resultsetpaginator
Files in tharangakothalawala/resultsetpaginator
Download tharangakothalawala/resultsetpaginator
More information about tharangakothalawala/resultsetpaginator
Files in tharangakothalawala/resultsetpaginator
Vendor tharangakothalawala
Package resultsetpaginator
Short Description Simple pagination module where it accepts a database connection to provide pagination support. Also supports plain pagination.
License
Package resultsetpaginator
Short Description Simple pagination module where it accepts a database connection to provide pagination support. Also supports plain pagination.
License
Please rate this library. Is it a good library?
Informations about the package resultsetpaginator
ResultSet Paginator
This is a simple set of classes that provides you pagination data for a given query. This executes a query using a given database connection (PDO, mysqli). Also supports plain pagination.
Usage Examples
Pagination with known result total count
The above example will produce the below output:
<< < 2 3 4 > >>
Example usage with a PDO connection (ex: Laravel)
The above example will produce the below output:
<< < 1 2 3 4 5 > >>
Example usage with a mysqli connection
All versions of resultsetpaginator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package tharangakothalawala/resultsetpaginator contains the following files
Loading the files please wait ....