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();
-
Notifications
You must be signed in to change notification settings - Fork 0
Casper1131/Php-Bootstrap-Pagination
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Generate pagination html for simple page navigation using bootstrap and php
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published