db\ActiveQuery orOnCondition()

orOnCondition() public method

Adds an additional ON condition to the existing one.

The new condition and the existing one will be joined using the 'OR' operator.

See also:

public $this orOnCondition ( $condition, $params = [] )
$condition string|array

The new ON condition. Please refer to where() on how to specify this parameter.

$params array

The parameters (name => value) to be bound to the query.

return $this

The query object itself

doc_Yii
2016-10-30 16:56:11
Comments
Leave a Comment

Please login to continue.