I like the idea of prefix routing, although wouldnt it require a lot
of additional functions to work?
ie,
uk_view() {
}
fr_view(){
}
rather than just a single view() function?
I've found this seems to have done the trick, seems fairly simple
Router::connect('/:region/:controller/:action/*');
On Jun 16, 7:19 pm, Miles J <[email protected]> wrote:
> Use
> prefixes:http://book.cakephp.org/view/46/Routes-Configuration#Prefix-Routing-544
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---