示例#1
0
文件: index.php 项目: apexJCL/mvc
 public function register()
 {
     $controller = new RegisterController();
     $this->showRegister($controller->RegisterUser());
 }