Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pear/pager
html pager pagination php php-library php-pager php-pagination
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pear/pager
- Owner: pear
- Created: 2012-01-03T08:24:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T16:37:27.000Z (over 7 years ago)
- Last Synced: 2024-11-07T18:07:26.960Z (8 days ago)
- Topics: html, pager, pagination, php, php-library, php-pager, php-pagination
- Language: PHP
- Homepage: http://pear.php.net/package/Pager
- Size: 275 KB
- Stars: 14
- Watchers: 17
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PEAR Pager
This package is [PEAR::Pager](http://pear.php.net/package/Pager)
Please report all new issues via the [PEAR bug tracker](https://pear.php.net/bugs/search.php?cmd=display&package_name%5B%5D=Pager)
# Documentation
* [Manual](https://pear.php.net/manual/en/package.html.pager.php)
* [Tutorials](http://alberton.info/pear_pager_tutorials.html)# Testing
This package uses [SimpleTest](http://simpletest.org/) instead of PHPUnit. To run the tests:
```
$ cd tests/
$ php all_tests.php
```# Build and install
To build, simply
```
$ pear package
```To install from scratch
```
$ pear install package.xml
```To upgrade
```
$ pear upgrade -f package.xml
```