Yes, I have read the manual, but it doesn't address the
aforementioned.

I'm trying to accomplish this with:

Router::connect('/:group/:curriculum/:controller/:action/*');

But even when I send additional parameters to Router::url it doesn't
work:

Router::url(array('controller'=>'facilitators','action'=>'index','group'=>'local-
university','curriculum'=>'history-101'));

Any ideas on how to accomplish this sort of thing?

I'm using the latest SVN version of 1.2.

On May 9, 2:11 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On 5/9/07, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'd like to have my controllers function normally at /controller/
> > action, but I'd also like users to be able to access parts of my site
> > using /groupName/courseName. How would I go about doing this? Any good
> > suggestions on where to look on how to customize the routes this way?
>
> Does nobody read the manual any more?
>
> http://manual.cakephp.org/chapter/configuration
>
> Go down to section 3 and that should point you in the right direction.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> @TheBallpark -http://www.littlehart.net/attheballpark
> @TheKeyboard -http://www.littlehart.net/atthekeyboard


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