2017 © Pedro Peláez
 

library pagination

Unit-tested framework-agnostic pagination that works with Bootstrap and Foundation

image

dxw/pagination

Unit-tested framework-agnostic pagination that works with Bootstrap and Foundation

  • Friday, July 15, 2016
  • by tomdxw
  • Repository
  • 5 Watchers
  • 1 Stars
  • 5,153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

dxw/pagination

Installation

composer require dxw/pagination

Usage

<?php
$pagination = new \Dxw\Pagination($paged, $max, 2, 1, function ($n) use ($args) { $args['paged'] = $n; return add_query_arg($args, get_bloginfo('url')); });
?>
...
<?php echo $pagination->render() ?>

The Versions

15/07 2016

dev-master

9999999-dev https://github.com/dxw/pagination

Unit-tested framework-agnostic pagination that works with Bootstrap and Foundation

  Sources   Download

MIT

The Development Requires

15/07 2016

v1.0.0

1.0.0.0 https://github.com/dxw/pagination

Unit-tested framework-agnostic pagination that works with Bootstrap and Foundation

  Sources   Download

MIT

The Development Requires

19/11 2015

dev-feature/configuration

dev-feature/configuration https://github.com/dxw/pagination

Unit-tested framework-agnostic pagination that works with Bootstrap and Foundation

  Sources   Download

MIT

The Development Requires