Example #1
0
 public function getFotos()
 {
     $picasa = new Neo_Gdata_Photo();
     return $picasa->getPhotos($this->album_id);
 }