Hi

Is it possible to make the reverse routing work so that it doesn't add
an index action to the url? For example:

//In routes.php:
Router::connect('/contact/:action/*', array('controller' =>
'contacts'));

//in some other file:
$url = Helper::url(array("controller"=>"contacts"));

$url now contains /contact/index

But id't like to see that "/index" to be ommitted. Is this a
configuration in the Router or something, or just a cake-design issue
here?

Greets,
Marcel
--~--~---------~--~----~------------~-------~--~----~
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