galleryModel = new GalleryModel(); $this->view = $view; } public function showPhotos() { $this->view->setVars([ "photos" => $this->galleryModel->selectPhotos() ]); } }