Download the PHP package duykpro/simple-pagination without Composer
On this page you can find all versions of the php package duykpro/simple-pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download duykpro/simple-pagination
More information about duykpro/simple-pagination
Files in duykpro/simple-pagination
Download duykpro/simple-pagination
More information about duykpro/simple-pagination
Files in duykpro/simple-pagination
Vendor duykpro
Package simple-pagination
Short Description A simple PHP pagination class working perfectly with all PHP projects
License
Homepage http://duyk.info
Package simple-pagination
Short Description A simple PHP pagination class working perfectly with all PHP projects
License
Homepage http://duyk.info
Please rate this library. Is it a good library?
Informations about the package simple-pagination
Description
This is a Simple PHP pagination class working perfectly with all PHP projects
Example of usage:
HTML:
Example of using "get_query" => true
If "get_query" is "true", meaning that we'll use a HTTP GET param as your current page
Result will be like this:
Example of using "get_query" => false
If "get_query" is false, meaning that we'll use a segment in your URI path to detect your current page
Result will be like this
All versions of simple-pagination with dependencies
PHP Build Version
Package Version
Requires
symfony/http-kernel Version
>=3
The package duykpro/simple-pagination contains the following files
Loading the files please wait ....