pageNumber; $pageEnd = $this -> pageNumber; while (($pageEnd - $pageStart < 4) && (($pageStart != 1) || ($pageEnd < $this -> totalPages))) { if ($pageStart > 1) $pageStart --; if ($pageEnd < $this -> totalPages) $pageEnd++; } if ($this -> pageNumber > 1) { $paging[] = '<<'; $paging[] = '<'; } for ($i = $pageStart; $i <= $pageEnd; $i++) $paging[] = (($this -> pageNumber != $i) ? '' . $i . '' : $i); if (((int) $this -> pageNumber) < ((int) $this -> totalPages)) { $paging[] = '>'; $paging[] = '>>'; } ?> $this -> option, 'view' => $this -> view, 'Itemid' => $this -> itemId, 'templateId' => $this -> templateId, 'notificationService' => $this -> notificationService, 'queryId' => $this -> queryId, 'date' => $this -> date, 'resultId' => $this -> resultId, 'queryId2' => $this -> queryId2, 'fromDate' => $this -> fromDate, 'toDate' => $this -> toDate, 'pageSize' => $this -> pageSize), array('id' => 'paging', 'method' => 'get')); ?>

title); ?>

totalResults != 0) && ($this -> totalPages != 0)) { ?> resultPage != null) && (count($this -> resultPage -> columns) != 0) && (count($this -> resultPage -> rows) != 0)) { ?> resultPage -> columns as $column) { ?> resultPage -> rows as $row) { ?>

No results found

totalResults != 0) && ($this -> totalPages != 0)) { ?>