I have a site that has different sections and I want to make them
appear like different sections, but use the same controllers and
actions. For example, I have this site...

http://www.forumsite.com/

with the sample controllers and actions...

http://www.forumsite.com/posts/view/
http://www.forumsite.com/users/view/

But, I want to have different sections using an argument that every
controller has access to like this:

http://www.forumsite.com/cars/posts/view/
http://www.forumsite.com/comicbooks/posts/view/
http://www.forumsite.com/programming/posts/view/

Is this possible with custom routes? ...or something else?

Thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
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