Added more YII_ENV constants.

This commit is contained in:
Qiang Xue
2013-07-31 07:18:59 -04:00
parent 5d9c23c67b
commit eda171e1be
7 changed files with 22 additions and 10 deletions

View File

@@ -10,9 +10,8 @@ namespace yii\data;
/**
* IDataProvider is the interface that must be implemented by data provider classes.
*
* Data providers are components that can provide data that are sorted and paginated.
* Data providers are often used with widgets, such as [[GridView]], [[ListView]]
* that display data and support sorting and pagination.
* Data providers are components that sort and paginate data, and provide them to widgets
* such as [[GridView]], [[ListView]].
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0