Download the PHP package litto/pagination without Composer
On this page you can find all versions of the php package litto/pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download litto/pagination
More information about litto/pagination
Files in litto/pagination
Download litto/pagination
More information about litto/pagination
Files in litto/pagination
Vendor litto
Package pagination
Short Description Pagination for PHP Applications
License proprietary
Package pagination
Short Description Pagination for PHP Applications
License proprietary
Please rate this library. Is it a good library?
Informations about the package pagination
Pagination Library
Pagination for PHP project
How to Install?
You can install it via composer by typing:-
composer require litto/pagination:v1.0
How it Works?
After fetching records, Pass values through this
Here $totalRecords signifies total records count $limit the limit count of trecords to display After passing these values to Pages Function, this class will auto assign pages, first, last, prev next varibles which enable pagination to function
And in Page links Just put like:-
<li class="prev disabled">
<a href="list.php?start=">
<i class="icon-double-angle-left"></i>First
</a>
</li>
<li class="active" >
<a href="list.php?start="></a>
</li>
<li class="next">
<a href="list.php?startadd=">
<i class="icon-double-angle-right"></i>Last
</a>
</li>
</ul>
Now your paginations Links are generated
All versions of pagination with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0
The package litto/pagination contains the following files
Loading the files please wait ....