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