Revision #5 has been created by Amjad Khan on Nov 8, 2016, 2:34:38 AM with the memo:
just bold some text
« previous (#4)
Changes
Title
unchanged
Yii2 GridView Sorting and Searching with a Junction Table Column(Many to Many Relationship)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Junction Table, Yii2, GridView
Content
changed
[...]
return $dataProvider;
}
```
Following is the code for the **ContactsController **
no change just gii generated code
```php
public function actionIndex()[...]