92266c5224
Approved by: portmgr (blanket)
9 lines
353 B
Text
9 lines
353 B
Text
PEAR::Pager takes an array of data as input and pages it according to various
|
|
parameters.
|
|
|
|
It also builds links within a specified range, and allows complete customization
|
|
of the output (it even works with front controllers and mod_rewrite).
|
|
|
|
Two operating modes available: "Jumping" and "Sliding" window style.
|
|
|
|
WWW: https://pear.php.net/package/Pager
|