I know, that I can change number of 'per page' elements, when I'm on the first page, but, after I change the page (so there are GET parameters), I'm not able to change number of 'per page' elements. Am I doing something wrong? Or maybe it isn't possible to do such a thing?

Does anyone has example of this? Or could anyone tell me, how to achieve this in my code? Zend_paginator doesn't change perPage value, when there're some GET parameters

link|improve this question

77% accept rate
Maybe you could post some code... – Aurelio De Rosa Oct 7 '11 at 10:34
I posted it there: stackoverflow.com/questions/7671019/… – rukya Oct 7 '11 at 10:37
now I'm just asking, whether this is possible or not. – rukya Oct 7 '11 at 10:38
feedback

1 Answer

You will always be able (on each request to that action) to change "per page" elements

link|improve this answer
Thank You for answer, however... I've never seen working example of this :) Do You know any? – rukya Oct 7 '11 at 10:44
All you need is here: framework.zend.com/manual/en/zend.paginator.usage.html – Aurelio De Rosa Oct 7 '11 at 10:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.