| PEAR Announce 2007-07-29, 7:02 pm |
| The new PEAR package Pager-2.4.4 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- handle UNION queries in the Wrapper (bug #9601)
- getPerPagerSelectBox() with $showAllData = true and $start > $totalItems was
returning an empty select menu (bug #9946)
- added 'onclick' option (request #11241)
- fixed bug #11697: Pager_Jumping::build() lose first and last page string concatenation
Package Info
------------
It 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.
Related Links
-------------
Package home: http://pear.php.net/package/Pager
Changelog: http://pear.php.net/package/Pager/download/2.4.4
Download: http://download.pear.php.net/package/Pager-2.4.4.tgz
Authors
-------
Lorenzo Alberton <l.alberton@quipo.it> (lead)
|