ker0x,
il y a 12 ans
Ajoute cette ligne dans tes model Post et User
public $actsAs = array('Containable');
et dans ton controller
$posts = $this->Post->find('all', array('contain' => array('User')));
Cela devrait fonctionner