Re: Reverse routing and index action

2008-05-15 Thread Marcelius
Wy is it so damn simple :-p Thanks! Amit Badkas schreef: > On Thu, May 15, 2008 at 12:18 PM, Marcelius <[EMAIL PROTECTED]> wrote: > > > > > 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: > >

Re: Reverse routing and index action

2008-05-15 Thread Amit Badkas
On Thu, May 15, 2008 at 12:18 PM, Marcelius <[EMAIL PROTECTED]> wrote: > > 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')); -