db\QueryInterface filterWhere()

filterWhere() public abstract method

Sets the WHERE part of the query ignoring empty parameters.

See also:

public abstract $this filterWhere ( array $condition )
$condition array

The conditions that should be put in the WHERE part. 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.