From 9691d3dcc117e37085cfb5e7701a334f04b9680c Mon Sep 17 00:00:00 2001 From: Dmitry Naumenko Date: Sat, 30 Jan 2016 18:45:44 +0200 Subject: [PATCH] Reverted bf42b24 --- docs/guide/output-data-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/output-data-widgets.md b/docs/guide/output-data-widgets.md index 70dda39fcc..d6a329ee37 100644 --- a/docs/guide/output-data-widgets.md +++ b/docs/guide/output-data-widgets.md @@ -339,7 +339,7 @@ echo GridView::widget([ ### Filtering data -For filtering data the GridView needs a [model](structure-models.md) that takes the input form, the filtering +For filtering data the GridView needs a [model](structure-models.md) that takes the input from, the filtering form and adjusts the query of the dataProvider to respect the search criteria. A common practice when using [active records](db-active-record.md) is to create a search Model class that provides needed functionality (it can be generated for you by [Gii](start-gii.md)). This class defines the validation