回答編集履歴
1
補足
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
以下のような感じですかね。orWhereで条件を追加するとORになります。
|
1
|
+
以下のような感じですかね。[orWhere](https://book.cakephp.org/3.0/ja/orm/query-builder.html#advanced-query-conditions)で条件を追加するとORになります。
|
2
2
|
```php
|
3
3
|
$arrayWord = array('あ','い','う') ;
|
4
4
|
$query = $this->Articles->find();
|