Re: [fw-general] What is the fourth parameter of pagination control?

2009-08-05 Thread Саша Стаменковић
ex', >'action' =>'results' >), >array( >1 => 'q', >2 => 'page' >), >"search/%s/%s" > ); > > $router->addRoute('search', $route); > > In my Pagina

RE: [fw-general] What is the fourth parameter of pagination control?

2009-08-05 Thread Matt Pearson
. There is no need to use sessions to do this. Matt Matt Pearson Internet Solutions Developer Liz Earle Beauty Co. -Original Message- From: eugenevdm [mailto:eug...@snowball.co.za] Sent: 04 August 2009 17:34 To: fw-general@lists.zend.com Subject: Re: [fw-general] What is the fourth param

Re: [fw-general] What is the fourth parameter of pagination control?

2009-08-04 Thread eugenevdm
With regarding to Zend Pagination Control's fourth parameter: Customize wrote: > > > 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?)

[fw-general] What is the fourth parameter of pagination control?

2009-02-16 Thread Deepak Shrestha
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