If you create appropriate Routes, the PaginationHelper will pick the  
first one that matches.
Maybe what you're overlooking is that the route needs to have a  
trailing asterisk for the page parameter.
/:id/* will match /2/page:3, only /:id/ won't.

On 19 Oct 2008, at 22:56, mclight wrote:

>
> Hi, guys. I need a help.
> How I can make my pagination links' urls into next view:
> http://site.com/2/page:3 instead of http://site.com/controller/action/2/page:3
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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