Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created January 27, 2013 00:15
Show Gist options
  • Select an option

  • Save LinzardMac/4645433 to your computer and use it in GitHub Desktop.

Select an option

Save LinzardMac/4645433 to your computer and use it in GitHub Desktop.
class json_api_social_media_posts_controller {
public function get_meaning_of_life() {
return array(
"meaningoflife" => '42',
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment