コード例 #1
0
ファイル: Modelo.php プロジェクト: Neozeratul/Intermodels
 public function getFotos()
 {
     $picasa = new Neo_Gdata_Photo();
     return $picasa->getPhotos($this->album_id);
 }