Skip to content

Instantly share code, notes, and snippets.

@jccovey
Created January 21, 2013 19:59
Show Gist options
  • Save jccovey/4588801 to your computer and use it in GitHub Desktop.
Save jccovey/4588801 to your computer and use it in GitHub Desktop.
function json($data)
{
$this->output->set_header('Content-type:application/json');
$this->output->set_output(json_encode($data));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment