Hello all ! !

I'm usign the following Router to make my site multilanguage

Router('/:language/:controller/:action/); And it work fine for create
to me the links as I need them.

ie : http://www.mydomain.com/gre/users/index

witch gre is for greek language.

Now the question is how to create a new router for $paginator->sort
that makes links in the following form

http://www.mydomain.com/users/view/page:1/sort:id/direction:desc

and I like to have link of this form

http://www.mydomain.com/gre/users/view/page:1/sort:id/direction:desc

Kind regards
Merianos Nikos
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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