| PEAR Announce 2006-04-25, 7:04 pm |
| The new PEAR package Pager-2.4.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
- added host to CURRENT_PATHNAME constant
- added accesskey option (if true, accesskey attributes are added to the links)
- fixed multibyte string issues with httpMethod==POST (bug #6812)
- return empty array instead of FALSE in getPageData() on bad pageID (request #6986)
- added Pager_HtmlWidgets class containing the methods getPerPageSelectBox()
(moved from Pager_Common) and getPageSelectBox() (new, request #6998).
The class is lazy-loaded when calling one of the two above methods from Pager.
- Improved rewriteCountQuery() function in the Pager Wrapper.
- added getOption($name) and getOptions() methods (request #7413)
- changed _setOptions() [private] to setOptions() [public]
- added build() to refresh the links and the paged data after a new call to setOptions()
- added 'attributes' option to set extra attributes for the <a> tag (request #7452)
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.0
Download: http://pear.php.net/get/Pager-2.4.0.tgz
Authors
-------------
Richard Heyes (lead)
Lorenzo Alberton <l.alberton@quipo.it> (lead)
|