result == NULL) { ?>
result -> people == NULL) { ?>
result -> totalPeople, $this -> page, $this -> totalPages); ?>
itemId;
for ($i = 0; ($i < count($this -> keywords)) && ($i < count($this -> fields)) && ($i < count($this -> constraints)); $i++)
$baseUrl .= '&keyword%5B%5D=' . urlencode($this -> keywords[$i]) . '&field%5B%5D=' . urlencode($this -> fields[$i]) . '&constraint%5B%5D=' . urlencode($this -> constraints[$i]);
foreach ($this -> countries as $country)
$baseUrl .= '&country%5B%5D=' . urlencode($country);
foreach ($this -> filters as $filter)
$baseUrl .= '&' . urlencode($filter -> name) . '=' . urlencode(($filter -> value === TRUE) ? 'true' : (($filter -> value === FALSE) ? 'false' : $filter -> value));
$baseUrl .= '&size=' . $this -> size . '&noscroll=true&page=';
echo(PagingHelper :: formatPaging($this -> page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '#peopletab')); ?>
result -> people as $person) {
echo(PersonHelper :: formatPerson($person, $this -> itemId));
} ?>
page, $this -> totalPages, $this -> pagingStart, $this -> pagingEnd, $baseUrl, '#peopletab')); ?>