view = $view; } function showWelcome() { if ($this->notesModel === null) { $this->notesModel = new \ppa\Model\NotesModel(); } } }