Skip to content

Instantly share code, notes, and snippets.

@lorenzo
Created January 4, 2015 19:20
Show Gist options
  • Save lorenzo/aad1b78c9655931953f1 to your computer and use it in GitHub Desktop.
Save lorenzo/aad1b78c9655931953f1 to your computer and use it in GitHub Desktop.
public function getowner() {
$id = $_GET['id'];
$data = $this->Powners->get($id);
$this->response->body(json_encode($data));
return $this->response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment