PHP yii\data 네임스페이스

Interfaces

이름 설명
DataProviderInterface DataProviderInterface is the interface that must be implemented by data provider classes.

클래스들

이름 설명
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.