2005-04-26 07:28:26 +02:00
|
|
|
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).
|
2005-03-18 20:15:03 +01:00
|
|
|
|
2005-02-09 23:38:05 +01:00
|
|
|
Two operating modes available: "Jumping" and "Sliding" window style.
|
2004-11-12 19:42:14 +01:00
|
|
|
|
|
|
|
WWW: http://pear.php.net/package/Pager/
|