result == NULL) { ?>
result -> publications == NULL) { ?>
result -> totalPublications, $this -> page, $this -> totalPages); ?> itemId; foreach ($this -> filters as $filter) $baseUrl .= '&' . urlencode($filter -> name) . '=' . urlencode(($filter -> value === TRUE) ? 'true' : (($filter -> value === FALSE) ? 'false' : $filter -> value)); if ($this -> project != NULL) $baseUrl .= '&project=' . urlencode($this -> project); if ($this -> author != NULL) $baseUrl .= '&author=' . urlencode($this -> author); $baseUrl .= '&size=' . $this -> size . '&page='; echo(PagingHelper :: formatPaging($this -> page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '')); ?>
result -> publications as $publication) { echo(PublicationHelper :: formatPublication($publication, $this -> itemId)); } ?>
page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '')); ?>