where() public method
Sets the WHERE part of the query.
See yii\db\QueryInterface::where() for detailed documentation.
See also:
public $this where ( $condition ) | ||
---|---|---|
$condition | string|array |
The conditions that should be put in the WHERE part. |
return | $this |
The query object itself |
Please login to continue.