Skip to content

Instantly share code, notes, and snippets.

View timoline's full-sized avatar
🏠
Working from home

Timoline timoline

🏠
Working from home
View GitHub Profile
@timoline
timoline / paginator.class.php
Last active December 11, 2015 10:19
forked from http://www.catchmyfame.com Slighty changed the PHP Pagination Class code so it works with bootstrap twitter Also added some new features: * First page * Last page * Pagination summary * Pagination pages summary \
<?php
/*
* PHP Pagination Class
* @author admin@catchmyfame.com - http://www.catchmyfame.com
* @version 2.0.0
* @date October 18, 2011
* @copyright (c) admin@catchmyfame.com (www.catchmyfame.com)
* @license CC Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) - http://creativecommons.org/licenses/by-sa/3.0/
*/
class Paginator{