Re: Customizing routes

2007-05-12 Thread Aaron Shafovaloff
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','a

Re: Customizing routes

2007-05-09 Thread Chris Hartjes
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 l

Customizing routes

2007-05-09 Thread Aaron Shafovaloff
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? --~--~-~--~