1 2 3 4 5 6 7 8 Next >> | ||
Array ( [0] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 [7] => 7 [8] => 8 [9] => 9 ) |
getCurrentPageID()...: int(1) getNextPageID()......: int(2) getPreviousPageID()..: bool(false) numItems()...........: int(200) numPages()...........: int(20) isFirstPage()........: bool(true) isLastPage().........: bool(false) isLastPageComplete().: bool(true) $pager->range........: array(8) { [1]=> bool(true) [2]=> bool(false) [3]=> bool(false) [4]=> bool(false) [5]=> bool(false) [6]=> bool(false) [7]=> bool(false) [8]=> bool(false) }