public function actionAll() { $allPhotos = Photos::getAll(); include __DIR__ . "/../views/photos.php"; }