$pagecount
$pagecount : integer
The number of pages
A class to assist in building a paginator navigation for the results of a query.
__construct(\CGExtensions\query\resultset $rs)
The constructor
| \CGExtensions\query\resultset | $rs | A resultset object ) |
get_pagelist(integer $surround = 5) : array<mixed,integer>
Get a list of page numbers suitable for using in a loop to build a navigation list.
This method will use optimization to ensure that the number of items returned in the list will never grow too large
| integer | $surround |
|