Thanks!

Works perfect.

Dave 

-----Original Message-----
From: Miles J [mailto:[email protected]] 
Sent: June-01-09 11:52 PM
To: CakePHP
Subject: Re: Routes


Almost correct but here:

Router::connect('/:user_slug/update/:update_action', array ('controller' =>
'users', 'action' => 'update'), array('pass' => array ('user_slug',
'update_action'), 'user_slug' => '[-_A-Za-z]+', 'update_action' =>
'[-_A-Za-z]+')); 

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