コード例 #1
0
ファイル: BooksController.php プロジェクト: rutrader/books
 public function actionList()
 {
     $oBooks = new Books();
     return $this->render('index', ['threeAuthors' => $oBooks->getThreeAuthors(), 'popular' => $oBooks->getPopularAuthors(), 'random' => $oBooks->getRandBooks()]);
 }