예제 #1
0
 public function nuevo()
 {
     $this->save();
     $picasa = new Neo_Gdata_Photo();
     $album = $picasa->addAlbum($this->titulo);
     $this->album_id = $album->getGphotoId();
     $this->save();
 }
예제 #2
0
 public function nuevo()
 {
     $this->save();
     $picasa = new Neo_Gdata_Photo();
     $album = $picasa->addAlbum($this->nombres . ' ' . $this->apellidos);
     $this->album_id = $album->getGphotoId();
     $this->save();
 }