Skip to content

Instantly share code, notes, and snippets.

@rmasters
Created April 4, 2012 00:09
Show Gist options
  • Save rmasters/2296555 to your computer and use it in GitHub Desktop.
Save rmasters/2296555 to your computer and use it in GitHub Desktop.
$app->add('home', '/', function() { return 'Homepage' });
$app->add(new NamedRoute('home', '/'), function() { return 'Homepage' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment