Ejemplo n.º 1
0
 public function nuevo()
 {
     $this->save();
     $picasa = new Neo_Gdata_Photo();
     $album = $picasa->addAlbum($this->titulo);
     $this->album_id = $album->getGphotoId();
     $this->save();
 }
Ejemplo n.º 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();
 }