pear/pager

Data paging class

Installs: 191 794

Dependents: 1

Suggesters: 0

Security: 0

Stars: 14

Watchers: 17

Forks: 16

v2.5.0 2017-06-19 15:45 UTC

This package is not auto-updated.

Last update: 2024-04-17 06:07:14 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