mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
release version 2.0.44
This commit is contained in:
@ -72,7 +72,7 @@ use yii\web\Request;
|
||||
* `SORT_ASC` for ascending order or `SORT_DESC` for descending order. Note that the type of this property
|
||||
* differs in getter and setter. See [[getAttributeOrders()]] and [[setAttributeOrders()]] for details.
|
||||
* @property-read array $orders The columns (keys) and their corresponding sort directions (values). This can
|
||||
* be passed to [[\yii\db\Query::orderBy()]] to construct a DB query. This property is read-only.
|
||||
* be passed to [[\yii\db\Query::orderBy()]] to construct a DB query.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
|
||||
Reference in New Issue
Block a user