ZF-10180: Add Default Page Range As Static Property
Description
It would be helpful to have default page range be available as a static property on Zend_Paginator. There is already a static property for default item count per page. At the moment, to maintain consistent pagination controls, the page range must be set on each individual instance of Zend_Pagintator.
Patch against 1.10.6 to follow.
Comments
Posted by James Stuart (jstuart) on 2010-07-19T07:59:23.000+0000
Patch against 1.10.6 to enable a static property for default page range.
Posted by Ryan Mauger (bittarman) on 2010-07-19T08:07:38.000+0000
James,
I notice that you do not appear to have a cla on file, please could you sign the CLA as detailed here: http://zendframework.com/wiki/display/…
Without this, your patch cannot be accepted into the codebase.
Thank you
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-19T08:09:55.000+0000
Already exists a propose similar the this ZF-9174.
Thanks by your report.
Posted by James Stuart (jstuart) on 2010-07-19T08:37:24.000+0000
I'll send the CLA in later today. Should I add the patch to ZF-9174 or just leave it here?
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-19T10:17:38.000+0000
You can let right here.
Thanks advance.
Posted by James Stuart (jstuart) on 2010-07-20T10:28:41.000+0000
Hi Ryan,
My CLA has been processed. Please feel free to review and/or integrate my page range patch as you see fit.
Thanks!