ZF-4519: inconsistent variable names in Zend_Paginator 34.2.1. example
Description
inconsistent variable names in example
You use pageNumber and page in the example. Because of this the example won't work!
in 34.2.1.
$paginator->setCurrentPageNumber($this->_getParam('pageNumber'));
34.2.2.1.
<?php if ($this->pageCount): ?><
div class="paginationControl"> <?php if (isset($this->previous)): ?> < Previous | <?php else: ?> < Previous | <?php endif; ?>
Comments
No comments to display