Beispiel #1
0
 public function actionSearch()
 {
     $model = new Authors();
     $authors = $model->findAllAuthors();
     return $this->success(['authors' => $authors]);
 }