Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created February 15, 2011 00:11
Show Gist options
  • Save iammerrick/826852 to your computer and use it in GitHub Desktop.
Save iammerrick/826852 to your computer and use it in GitHub Desktop.
<?php
Route::set('help', 'help(/<id>)',
array(
'path' => '[a-zA-Z0-9_/]+',
))
->defaults(array(
'controller' => 'help',
'action' => 'index',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment