Zend_paginator:显示第 x 页(其中 x>1)时更改每页元素的数量?
我知道,当我在第一页时,我可以更改“每页”元素的数量,但是,在更改页面后(因此有 GET 参数),我无法更改“每页”元素的数量页面'元素。 我做错了什么吗?或者也许不可能做这样的事情?
有人有这方面的例子吗? 或者谁能告诉我,如何在我的代码中实现这一目标? Zend_paginator 不会更改 perPage 值,当有一些 GET 参数
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终能够(针对该操作的每个请求)更改“每页”元素
You will always be able (on each request to that action) to change "per page" elements