Skip to content

Instantly share code, notes, and snippets.

@smottt
Created February 20, 2011 11:52
Show Gist options
  • Select an option

  • Save smottt/835922 to your computer and use it in GitHub Desktop.

Select an option

Save smottt/835922 to your computer and use it in GitHub Desktop.
<?php
public function someAction()
{
$this->getResponse()->setContent("This is some text.");
return sfView::NONE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment