Browse Source

Fix SORT_DESC comment in Query.php

tags/2.0.0-beta
Ilya Antipenko 12 years ago
parent
commit
7fd68199e5
  1. 2
      framework/yii/db/Query.php

2
framework/yii/db/Query.php

@ -43,7 +43,7 @@ class Query extends Component
*/ */
const SORT_ASC = false; const SORT_ASC = false;
/** /**
* Sort ascending * Sort descending
* @see orderBy * @see orderBy
*/ */
const SORT_DESC = true; const SORT_DESC = true;

Loading…
Cancel
Save