k2klettern/array-pagination
Composer 安装命令:
composer create-project k2klettern/array-pagination
包简介
Set a Pagination from an array of results
README 文档
README
Class to Paginate results from an array by Eric Zeidan k2klettern@gmail.com
How to use it
Clone in your vendor/
Install via composer update
or
composer create-project k2klettern/array-pagination
To get the Pagination just instantiate the class
$arrayToPaginate;
$c = new \arrayPagination\thePagination(); $c->setArray($arrayToPaginate); $arrayFiltered = $c->getPagination();
Do whatever you want with your array filtered
print the pagination
$c->theArrayPagination();
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2018-05-22