ok... so i'm thinking you can't put something before /:controller/ in
the routing?
am i correct?

i gave this a shot:

Router::connect('/:controller/:userid/', array('action' => 'index',
'userid' => 'null'), array('userid' => '.*'));

so i can type in abc.com/posts/usernameajkfdsk/  and get posts/index/
i'm assuming a param of "usernameajk whatever the hell i just
scribbled" gets passed then too.

maybe i did something wrong..
--~--~---------~--~----~------------~-------~--~----~
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