About getPage
A generic wrapper snippet for MODX Revolution 2.1+. getPage will returning paged results and navigation from snippets that return limitable collections, and optionally cache the results of unique page requests.
The release fixes a bug with caching when getPage is used multiple times on a single page and caches the total value into the proper totalVar variable name.
Information
New in getPage 1.2.4
getPage 1.2.4-pl (March 24, 2014)
- [#19] Add scriptProperties to cachePageKey signature
- [#24] Cache total results number into correct variable name
getPage 1.2.3-pl (June 20, 2012)
- [#15] Add ability to specify pageNavScheme for navigation links
- [#14] Avoid adding pageVarKey to query string when page = 1
- [#12] Fix cacheKey when multi-dimensional arrays used in $REQUEST
getPage 1.2.2-pl (December 9, 2011)
- Check $GET before $REQUEST for pageVarKey and limit overrides
- [#6] Add pageOneLimit to allow different limit on first results page
getPage 1.2.1-pl (September 15, 2011)
- Remove inadvertent debugging statement in snippet code
getPage 1.2.0-pl (September 14, 2011)
- [#5] Add pageNavOuterTpl for layout control of page nav elements
- Allow limit of 0 in $REQUEST to bypass paging
- Allow empty nav tpl parameters
- Allow unlimited page listing with &pageLimit=
0