buildOrderBy() public method
public string buildOrderBy ( $columns, &$params ) | ||
---|---|---|
$columns | array | |
$params | array |
The binding parameters to be populated |
return | string |
The ORDER BY clause built from yii\db\Query::$orderBy. |
buildOrderBy() public method
public string buildOrderBy ( $columns, &$params ) | ||
---|---|---|
$columns | array | |
$params | array |
The binding parameters to be populated |
return | string |
The ORDER BY clause built from yii\db\Query::$orderBy. |
Please login to continue.