Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.4
-
Component/s: Zend_Paginator
-
Labels:None
Description
Zend_Paginator should offer setDefaultItemCountPerPage().
Scenario:
Someone is using Zend_Paginator in his project and suddenly realizes that he don't want default 10 items per page, but he didn't use $paginator->setDefaultItemCountPerPage(10) - so he can't use replace.
How it should work:
Zend_Paginator::setDefaultItemCountPerPage(int $count); //would change from 10 to $count
Issue Links
| This issue is related to: | ||||
| ZF-9920 | Zend_Paginator should offer setDefaultPageRange() |
|
|
|
Resolved in revision 16141 and merged to branch in revision 16142.