2017 © Pedro Peláez
 

project array-pagination

Set a Pagination from an array of results

image

k2klettern/array-pagination

Set a Pagination from an array of results

  • Tuesday, May 22, 2018
  • by k2klettern
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

array-pagination

Class to Paginate results from an array by Eric Zeidan k2klettern@gmail.com, (*1)

How to use it, (*2)

Clone in your vendor/, (*3)

Install via composer update, (*4)

or, (*5)

composer create-project k2klettern/array-pagination, (*6)

To get the Pagination just instantiate the class, (*7)

$arrayToPaginate;, (*8)

$c = new \arrayPagination\thePagination(); $c->setArray($arrayToPaginate); $arrayFiltered = $c->getPagination();, (*9)

Do whatever you want with your array filtered, (*10)

print the pagination, (*11)

$c->theArrayPagination();, (*12)

The Versions

22/05 2018

dev-master

9999999-dev

Set a Pagination from an array of results

  Sources   Download

GPL-3.0-or-later

The Requires

  • php >=7.0

 

by Eric Zeidan

22/05 2018

1.0

1.0.0.0

Set a Pagination from an array of results

  Sources   Download

GNU

The Requires

  • php >=7.0

 

by Eric Zeidan