Skip to content

Generate pagination html for simple page navigation using bootstrap and php

Notifications You must be signed in to change notification settings

Casper1131/Php-Bootstrap-Pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Php-Bootstrap-Pagination

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();

About

Generate pagination html for simple page navigation using bootstrap and php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages