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