Ejemplo n.º 1
0
 public function showRegister($result)
 {
     $controller = new RegisterController();
     $this->loadTemplate();
     $controller->showRegisterScreen($result);
 }