コード例 #1
0
ファイル: index.php プロジェクト: apexJCL/mvc
 public function showProfile()
 {
     $this->loadTemplate();
     $controller = new ProfileController();
     $controller->showProfile();
 }