$pagecount
$pagecount : int
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(int $surround) : int[]
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
int | $surround |
|