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 |
Please login to continue.