Skip to content

Instantly share code, notes, and snippets.

@jimgwhit
Created January 4, 2015 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimgwhit/3aebc06818002e0b6163 to your computer and use it in GitHub Desktop.
Save jimgwhit/3aebc06818002e0b6163 to your computer and use it in GitHub Desktop.
controller
public function getowner() {
$id = $_GET['id'];
$data = $this->Powners->get($id);
echo json_encode($data);
}
@jimgwhit
Copy link
Author

Can change to request object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment