nate wrote:
> Forgot to add this one:
>
> $Route->connect("/:team/:group/news/*, array("controller" => "news",
> "action" => "index"));
>
> Again, the group name would be accessible in the controller as
> $this->params["group"].Great idea, it'll certainly get the job done. Just tried it out and it's working like a dream. The only sticking point though, maybe just due to my lazyness, is that it does mean I have to duplicate these rules for other controllers like gallery, blog, members etc... Any ideas for a way around that and I'd be extremely thankful, but otherwise cheers for the solution so far Nate, nice one. Dai --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
