Skip to content

Instantly share code, notes, and snippets.

@samsoir
Created May 28, 2010 10:40
Show Gist options
  • Select an option

  • Save samsoir/417024 to your computer and use it in GitHub Desktop.

Select an option

Save samsoir/417024 to your computer and use it in GitHub Desktop.
<?php
Route::set('default', '(<controller>)((/<id>)/<action>)')
->defaults(array(
'controller' => 'auth',
'action' => 'index',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment