On Tue, Feb 17, 2009 at 2:31 PM, Deepak Shrestha <[email protected]> wrote: > Hi, > > Although related to my previous post on paginator, this is separate > from what is being discussed before. > > Documentation on Zend_Paginator > http://framework.zend.com/manual/en/zend.paginator.usage.html (In the > last para of 36.2.2. Rendering pages with view scripts) suggests that > it accepts four parameters, where fourth parameter is array of > additional parameters. > > What can we pass there as an additional parameters? URL encoded data > like search form data as an array? Where do we retrieve this fourth > parameter and how? (view partial script of paginator control? how?) > > Probably knowing this will give me hint on how to send Search Form > Data along with page request in URL. > > Can somebody show me a little example on how to pass search form data > in URL for subseqent page request using paginator? > > I have used the Paginator for fetching all the records successfully > since it has no additional paramters except the page request. But for > the search forms I don't know how to put the form data in URL along > with the paginator's page request. > > Thanks > > ======================= > Registered Linux User #460714 > Currently Using Fedora 8, 10 > ======================= >
Well all these issues have been solved by storing form parameters in session. Thanks anyway -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
