Generate pagination html for simple page navigation using bootstrap and php
$page = new Pagination($total,$currentpage);
//Get skip value for database
$page->getSkip();
//Get limit
$page->getLimit();
//Get Html Code
$page->getHtml();
Casper1131/Php-Bootstrap-Pagination
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|