How can I show several Zend_Paginator on the same page?

View: New views
1 Messages — Rating Filter:   Alert me  

How can I show several Zend_Paginator on the same page?

by Simon Gilliot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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