Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created January 27, 2013 00:14
Show Gist options
  • Save LinzardMac/4645429 to your computer and use it in GitHub Desktop.
Save LinzardMac/4645429 to your computer and use it in GitHub Desktop.
/* public function getHelloName() {
global $json_api;
$name = $json_api->query->name;
return array(
"message" => "Hello, $name."
);
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment