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

orWhere() 공개 메소드

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