Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created March 6, 2015 18:26
Show Gist options
  • Save damianoporta/bfef3ba485dc6033f02e to your computer and use it in GitHub Desktop.
Save damianoporta/bfef3ba485dc6033f02e to your computer and use it in GitHub Desktop.
<?php
$agent = $this->Agents
->find()
->where(['Agents.id' => $this->Auth->user('foreign_key')])
->first();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment