ZF-9920: Zend_Paginator should offer setDefaultPageRange()
Description
Zend_Paginator should offer setDefaultPageRange().
How it should work: Zend_Paginator::setDefaultPageRange(int $count); //would change from 10 to $count
Zend_Paginator should offer setDefaultPageRange().
How it should work: Zend_Paginator::setDefaultPageRange(int $count); //would change from 10 to $count
Comments
Posted by Benjamin (crem0r) on 2010-05-31T07:11:10.000+0000
Added patch.
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-17T15:47:06.000+0000
Already exists a propose similar a this ZF-9174.
Thank you for reporting.