示例#1
0
 public function actionGetbooklist()
 {
     $bookList = Book::getAllBooks();
     return $bookList;
 }