fixed broken link

This commit is contained in:
Carsten Brandt
2014-05-17 17:00:15 +02:00
parent ff4df42700
commit aedac9628b

View File

@@ -4,7 +4,7 @@ Data providers
> Note: This section is under development. > Note: This section is under development.
Data provider abstracts data set via [[yii\data\DataProviderInterface]] and handles pagination and sorting. Data provider abstracts data set via [[yii\data\DataProviderInterface]] and handles pagination and sorting.
It can be used by [grids](data-grid.md), [lists and other data widgets](data-widgets.md). It can be used by [grids, lists and other data widgets](output-data-widgets.md).
In Yii there are three built-in data providers: [[yii\data\ActiveDataProvider]], [[yii\data\ArrayDataProvider]] and In Yii there are three built-in data providers: [[yii\data\ActiveDataProvider]], [[yii\data\ArrayDataProvider]] and
[[yii\data\SqlDataProvider]]. [[yii\data\SqlDataProvider]].