view = $view; } public function execute() { if(!empty($this->view['message'])) echo $this->view['message']; } }