Exemple #1
0
 public function showBook()
 {
     $this->loadTemplate();
     $controller = new BookController();
     $controller->showBook();
 }