====== atLastPage ====== ~~NOTOC~~ == See Also == [[v6:reference:connection:pageexecute|pageExecute()]] [[v6:reference:connection:cachepageexecute|cachePageExecute()]] == Syntax == bool atLastPage( optional bool $status=false ) ===== Description ===== Used in conjunction with [[v6:reference:connection:pageexecute|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();