ZF-4665: make itemCountPerPage available to view partials
Description
Currently the itemCountPerPage variable is not available in view partials which makes it hard to change from user controls. Adding the following single line in the _createPages function would fix the problem:
$pages->itemCountPerPage = $this->getItemCountPerPage();
Comments
Posted by julien PAULI (doctorrock83) on 2008-10-30T13:36:44.000+0000
r12202 has the fix
Posted by Kamil Nowakowski (kamiln) on 2008-10-30T14:50:32.000+0000
This was added earlier . You add the same code. Look at line 843
Posted by Matthew Ratzloff (mratzloff) on 2008-11-03T09:00:49.000+0000
It's probably for the best if you let Jurrien and me handle bug fixes and improvements to Zend_Paginator. We are actively maintaining this component and do a good job of resolving all issues in a timely manner. For example, we will ensure that the changes are made in an internally consistent way. Thanks! :-)
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:18.000+0000
Changing issues in preparation for the 1.7.0 release.