pear / pager
Data paging class
v2.5.0
2017-06-19 15:45 UTC
Requires (Dev)
- simpletest/simpletest: ~1.1
This package is not auto-updated.
Last update: 2024-10-30 08:40:45 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