http://www.domain.com/controller/action/test/test:1/page:2
results in:
http://www.domain.com/controller/action/page:1
http://www.domain.com/controller/action/page:3

-Ben



On Feb 20, 10:26 am, "Mouse[ON]" <[EMAIL PROTECTED]> wrote:
> hi guys,
>
>  maybe someone could help me, today i hit a wall when working with
> pagination on cakephp 1.2. maybe somewhere this problem was solved,
> but my eyes will soon pop out from looking at google results.
>
> i wanted to ask maybe someone knows how to make $paginator->sort
> helper to make url with my passed params. srr for my bad english, i'll
> try to explain this by urls if you didn't understand what i wanted to
> say.
>
> for example when i use sort helper it makes me link like:
>
> http://domain/controller/action/page:1/sort:fieldd/direction:asc
>
> but i need that it would create url with additional params, for
> example if i go to
>
> http://domain/controller/action/PARAM
>
> i need sort helper to make link
>
> http://domain/controller/action/PARAM/page:1/sort:fieldd/direction:asc
>
> instead it creates link without my param 
> ->http://domain/controller/action/page:1/sort:fieldd/direction:asc
>
> please guys if someone knows solution post it.
>
> again srr for my bad english.
>
> thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to