예제 #1
0
파일: index.php 프로젝트: apexJCL/mvc
 public function showBooks()
 {
     $this->loadTemplate();
     $controller = new BookController();
     $controller->showBooks();
 }