Skip to content

Instantly share code, notes, and snippets.

@mattsah
Created April 22, 2013 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsah/5432857 to your computer and use it in GitHub Desktop.
Save mattsah/5432857 to your computer and use it in GitHub Desktop.
'/test/[!:name]' => function($this) {
if ($this['request']->checkMethod('get')) {
return strtoupper($this['request']->get('name'));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment