EDIT . My question is how to make pagination into a generic view , currently I need to do a few like this on every page where I need pagination set variables
<?php echo ( count($this->paginator) > 0 ) ? $this->paginationControl($this->paginator, 'Sliding', 'administration/pager.phtml', array('url' => $this->url('company'))) : ""; ?>
source share