Esempio n. 1
0
 public function showProfile()
 {
     $this->loadTemplate();
     $controller = new ProfileController();
     $controller->showProfile();
 }