Skip to content

Instantly share code, notes, and snippets.

@smottt
Created February 20, 2011 11:48
Show Gist options
  • Save smottt/835918 to your computer and use it in GitHub Desktop.
Save smottt/835918 to your computer and use it in GitHub Desktop.
<?php
public function someAction()
{
$response = $this->get("response");
$response->setContent("This is some text.");
return $response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment