Name |
Description |
ActiveDataProvider |
ActiveDataProvider implements a data provider based on [[\yii\db\Query]] and [[\yii\db\ActiveQuery]]. |
ArrayDataProvider |
ArrayDataProvider implements a data provider based on a data array. |
BaseDataProvider |
BaseDataProvider provides a base class that implements the [[DataProviderInterface]]. |
Pagination |
Pagination represents information relevant to pagination of data items. |
Sort |
Sort represents information relevant to sorting. |
SqlDataProvider |
SqlDataProvider implements a data provider based on a plain SQL statement. |