Home
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Zend Framework Pagination Helper
Zend Framework Pagination Helper like Kohana Pagination
Usage :
- checkout the files from the repository and copy them to your library.
svn checkout http://svn2.assembla.com/svn/ZendPaginationHelper .
- add the following lines in your controller :
$this->view->addHelperPath('notech/view/helper', 'Notech_View_Helper');
$this->view->pagination_config = array( 'total_items'=>100,
'items_per_page'=>25,
'style'=>'digg');- add the following lines in your view :
echo $this->pagination($this->pagination_config)->create_links();
ThatsOutput it: