Skip to content

Instantly share code, notes, and snippets.

@dhrrgn
Created July 19, 2010 02:51
Show Gist options
  • Save dhrrgn/480959 to your computer and use it in GitHub Desktop.
Save dhrrgn/480959 to your computer and use it in GitHub Desktop.
<?php
$route['api'] = 'api';
$route['short/test/(:num)'] = 'short/test/$1';
$route['(:any)'] = 'short/route/$1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment