うさぎのイラスト

ネットアンサー55備忘録

web技術を書いていきます

find()一覧

-2017年07月31日- cakephpcake
$this->loadModel('Photos');
$photos = $this->Photos->find()
->where(['id' => 4])
->orwhere(['id' => 5]);
$this->set(compact('photos'));