Example #1
0
 public function actionIndex()
 {
     return $this->render('index', ['dataProvider' => Document::search()]);
 }