web技術を書いていきます
$this->loadModel('Photos'); $photos = $this->Photos->find() ->where(['id' => 4]) ->orwhere(['id' => 5]); $this->set(compact('photos'));