Im trying, for example, to get this:
/games/view/123/Starcraft
To route to:
/games/view/Starcraft
But still pass the id to the action. Heres my route, but its not
working:
Router::connect('/games/view/:title', array('controller' => 'games',
'action' => 'view'), array('pass' => array('id', 'title'), 'id' =>
'[0-9]+', 'title' => '[a-zA-Z0-9_-]+'));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---