Skip to content

Instantly share code, notes, and snippets.

@bjyoungblood
Created July 11, 2013 20:58
Show Gist options
  • Save bjyoungblood/5979192 to your computer and use it in GitHub Desktop.
Save bjyoungblood/5979192 to your computer and use it in GitHub Desktop.
public function execute()
{
$this->before();
$method = $this->get_http_method();
$this->_data = $this->{$method}();
$this->after();
return $this->response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment