/** * Shows the possible contacts. **/ public function controlShowContact() { $pageView = new PageView(); $accountmodel = new AccountModel(); $result = $accountmodel->infoMyTrainingManager(); $pageView->showContact($_SESSION, $result); }