Skip to content

pear/Pager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEAR Pager

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