Re: How to pass custom urls to pagination methods

2009-10-26 Thread j0n4s.h4rtm...@googlemail.com
To answer it anyway, not sure if its the best way but: In your View: options(array('url' => $this->passedArgs))?> On Oct 25, 11:30 pm, BeerMan wrote: > Oh problem solved. nevermind. thx anyways.. > > On Oct 25, 3:01 pm, BeerMan wrote: > > > Just to be clear on my problem, for e

Re: How to pass custom urls to pagination methods

2009-10-25 Thread BeerMan
Oh problem solved. nevermind. thx anyways.. On Oct 25, 3:01 pm, BeerMan wrote: > Just to be clear on my problem, for example if the next link has > url=../places/list/page:2 > then I need to change the url to = ../places/list/page:2/cat_id:3. > thank you again, > -Armen > > On Oct 25, 11:33 am,

Re: How to pass custom urls to pagination methods

2009-10-25 Thread BeerMan
Just to be clear on my problem, for example if the next link has url=../places/list/page:2 then I need to change the url to = ../places/list/page:2/cat_id:3. thank you again, -Armen On Oct 25, 11:33 am, BeerMan wrote: > Hey all, > I was looking through the paginator API to figure out how to add

How to pass custom urls to pagination methods

2009-10-25 Thread BeerMan
Hey all, I was looking through the paginator API to figure out how to add custom parameters to the url. for example the page number link, has a link such as places/lists/page: 2. I also need to send the paramenter cat_id:2 or some other number. I think i should use the url option in pagination but