db\QueryInterface andWhere()

andWhere() public abstract method

Adds an additional WHERE condition to the existing one.

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

See also:

public abstract $this andWhere ( $condition )
$condition string|array

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

return $this

The query object itself

doc_Yii
2016-10-30 16:59:25
Comments
Leave a Comment

Please login to continue.