I'm sure this has been asked before, but I haven't be able to turn up
the answer:

I want to have a url like mysite/123 resolve to mysite/places/view/506

Using 1.2, I have a route like:
Router::connect('/[0-9]+', array('controller' => 'places', 'action' =>
'view', $this->params['url'] <-- **doesn't work ***  ));        // places/
view/506

how do I specify this?

thanks,
Zoltan


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