Skip to content

Instantly share code, notes, and snippets.

@musoftware
Last active February 5, 2017 08:56
Show Gist options
  • Save musoftware/4f71ab4ea548e6b2c09ed3b0563e9484 to your computer and use it in GitHub Desktop.
Save musoftware/4f71ab4ea548e6b2c09ed3b0563e9484 to your computer and use it in GitHub Desktop.
Load Users into Dropbox CakePHP
$users = $this->Posts->Users->find('list', ['limit' => 200]);
$this->set(compact('users'));
echo $this->Form->input('user_id', ['options' => $users]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment