buildSelect() public method
public string buildSelect ( $columns, &$params, $distinct = false, $selectOption = null ) | ||
---|---|---|
$columns | array | |
$params | array |
The binding parameters to be populated |
$distinct | boolean | |
$selectOption | string | |
return | string |
The SELECT clause built from \yii\sphinx\query. |
Please login to continue.