mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-30 14:37:20 +08:00
Added more YII_ENV constants.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user