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