I have a question about a custom route and was wondering if it's
possible, and if it is, how?

I have some controllers for a game match site named the following:
foos_teams
foos_matches
chess_matches
ping_teams
ping_matches
catan_matches

and I would like to be able to access them by going to the following
(respectively):
/foos/teams
/foos/matches
/chess/matches
/ping/teams
/ping/matches
/catan/matches


How might I do this?  And I don't want to hard code each of them, I
could, but I'd like to know if there is a better way that will work
for new games and pages as soon as they are added without any further
route building.

Thanks, I know it's a tricky one.  My not even be possible, but any
help you could give me is appreciated.
--~--~---------~--~----~------------~-------~--~----~
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