How can I show several Zend_Paginator on the same page?

1 message Options
Embed this post
Permalink
Simon Gilliot

How can I show several Zend_Paginator on the same page?

Reply Threaded More More options
Print post
Permalink
Hello
I want to have several Zend_Paginator (on different listings) on the same page.
However, my partial use the 'page' parameter. I need to change this parameter to adapt it for each listings.
I don't want to use different partials.

My problem is that when I render the Zend_Paginator, I pass it the view, but all the arguments I take to it aren't transmitted to the partial.
How can I pass an argument to the partial to do that please?


Thanks.

Simon Gilliot