Joel Perras wrote:
> ...
> For that, use:
> (app/config/routes.php)
> Router::connect('/projects/:name', array('action'=>'view',
> 'name'=>null));
> ...
Thanks Joel,
unfortunly Router::connect() seems not to work for me. Cake
1.1.18. It's simply ignored. But you gave me a hint and using
$Route->connect(...) I can achieve my goal.
However I have to add a $Route->connect() for each action and it's not
beautiful and subject to errors. I'm thinking in a workaround
solution. I will post it here.
Thanks for the hint.
Davide
--
Live life like you're gonna die. Because you're gonna.
William Shatner
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---