Merge pull request #2675 from andersonamuller/patch-1

Fixes Yii1 reference.
This commit is contained in:
Alexander Makarov
2014-03-09 15:17:10 +03:00

View File

@@ -12,7 +12,7 @@ Grid view supports both sorting and pagination of the data items. The sorting an
or normal page request. A benefit of using GridView is that when the user disables JavaScript, the sorting and pagination or normal page request. A benefit of using GridView is that when the user disables JavaScript, the sorting and pagination
automatically degrade to normal page requests and are still functioning as expected. automatically degrade to normal page requests and are still functioning as expected.
The minimal code needed to use CGridView is as follows: The minimal code needed to use GridView is as follows:
```php ```php
use yii\data\GridView; use yii\data\GridView;