data
Table of Contents
Interfaces
- DataProviderInterface
- DataProviderInterface is the interface that must be implemented by data provider classes.
Classes
- ActiveDataFilter
- ActiveDataFilter allows composing a filtering condition in a format suitable for [[\yii\db\QueryInterface::where()]].
- 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]].
- DataFilter
- DataFilter is a special [[Model]] for processing query filtering specification.
- 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.