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