Example #1
0
 /**
  * Lists all Specialty models.
  * @return mixed
  */
 public function actionAdmin()
 {
     $dataProvider = new ActiveDataProvider(['query' => Specialty::find()]);
     return $this->render('admin', ['dataProvider' => $dataProvider]);
 }