Does this route look right? or even possible?
 
Router::connect('/:user_slug/update/:update_action',array('controller' =>
'users', 'action' => 'update'),array('user_slug' => '[-_A-Za-z]+','pass' =>
array('user_slug') , 'update_action' => '[-_A-Za-z]+','pass' =>
'update_action'));
 
basically user_slug could be anything a-z / update (the action in the
controller) / update_action is a variable passed to the update action where
i can update a specific models from 1 controller.... 
 
Dave 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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