andFilterWhere() public abstract method
Adds an additional WHERE condition to the existing one ignoring empty parameters.
The new condition and the existing one will be joined using the 'AND' operator.
See also:
public abstract $this andFilterWhere ( array $condition ) | ||
---|---|---|
$condition | array |
The new WHERE condition. Please refer to where() on how to specify this parameter. |
return | $this |
The query object itself |
Please login to continue.