db\ActiveQuery $on

$on public property

The join condition to be used when this query is used in a relational context. The condition will be used in the ON part when yii\db\ActiveQuery::joinWith() is called. Otherwise, the condition will be used in the WHERE part of a query. Please refer to yii\db\Query::where() on how to specify this parameter.

See also onCondition().

public string|array $on = null
doc_Yii
2016-10-30 16:56:07
Comments
Leave a Comment

Please login to continue.