Shoodey,
il y a 13 ans
Euh... Ce fut très vite résolu, fallait juste y passer un petit peu plus de temps.
Je poste quand même la solution si jamais quelqu'un à des problèmes :
$d'category'] = $this->Category->find('first', array(
'conditions' => array('slug' => $category),
'contain' => array('Post' => array(
'Media',
'order' => 'Post.created ASC',
'conditions' => array(
'Post.online = 1',
'Post.created <= NOW()')))
));