# count how many mathes were found $count = $movies->getCount($category, $district, $eid); $link = JA_Url::rewrite('index.php?' . ($district > 0 ? '&district=' . $district : '') . (!empty($category) ? '&category=' . $category : '')); $view->pages = new JA_Pages($count, $offset, $link, (JA::config('application.thumb_rows') * JA::config('application.thumb_cols'))); # get rows $view->rows = $movies->getList($offset, $view->pages->items_per_page, $category, $district, $eid);