2012.02.02 CakePHPのfindでinを使うとき CakePHP PHP $conditions = array(1, 2, 3); $this->find('all', array('conditions' => array('id' => $conditions)));