pear / pager
Data paging class
Installs: 256 627
Dependents: 1
Suggesters: 0
Security: 0
Stars: 14
Watchers: 14
Forks: 19
pkg:composer/pear/pager
Requires (Dev)
- simpletest/simpletest: ~1.1
This package is not auto-updated.
Last update: 2025-10-01 13:34:46 UTC
README
This package is PEAR::Pager
Please report all new issues via the PEAR bug tracker
Documentation
Testing
This package uses SimpleTest 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