yii\db\QueryInterface::orFilterWhere PHP 메소드

orFilterWhere() 공개 메소드

The new condition and the existing one will be joined using the 'OR' operator.
또한 보기: filterWhere()
또한 보기: andFilterWhere()
public orFilterWhere ( array $condition )
$condition array the new WHERE condition. Please refer to [[where()]] on how to specify this parameter.
    public function orFilterWhere(array $condition);