buildWhere() public method
| public string buildWhere ( $indexes, $condition, &$params, $match = null ) | ||
|---|---|---|
| $indexes | string[] |
List of index names, which affected by query |
| $condition | string|array | |
| $params | array |
The binding parameters to be populated |
| $match | string|yii\db\Expression|null | |
| return | string |
The WHERE clause built from \yii\sphinx\query. |
Please login to continue.