Browse Source

Merge pull request #681 from aivus/query

Fix SORT_DESC comment in Query.php
tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
18c00be6b4
  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