Sean78,
il y a 12 ans
Dans le Controlleer :
$users = $this->User->find('list', array(
'fields' => array('id', 'username'));
$this->set(compact('users'));
Dans la vue :
<?php echo $this->Form->input('user_id'); ?>