buildWhere() public method
public string buildWhere ( $condition, &$params ) | ||
---|---|---|
$condition | string|array | |
$params | array |
The binding parameters to be populated |
return | string |
The WHERE clause built from yii\db\Query::$where. |
buildWhere() public method
public string buildWhere ( $condition, &$params ) | ||
---|---|---|
$condition | string|array | |
$params | array |
The binding parameters to be populated |
return | string |
The WHERE clause built from yii\db\Query::$where. |
Please login to continue.