atLastPage

Syntax
bool atLastPage(
   optional bool $status=false
)
See Also

Description

Used in conjunction with pageExecute, atLastPage() returns true if at the last page set in a group. If the optional parameter is set true, it forces the current page to be the last. Any subsequent calls to last page will return this page.

Usage

$lp = $result->atLastPage();