normalizeOrderBy() protected method
Normalizes format of ORDER BY data
protected array normalizeOrderBy ( $columns ) | ||
---|---|---|
$columns | array|string|yii\db\Expression |
The columns value to normalize. See orderBy() and addOrderBy(). |
normalizeOrderBy() protected method
Normalizes format of ORDER BY data
protected array normalizeOrderBy ( $columns ) | ||
---|---|---|
$columns | array|string|yii\db\Expression |
The columns value to normalize. See orderBy() and addOrderBy(). |
Please login to continue.