Nanne,
You actually answered my question, which is to use the getSummary()
method. I got confused trying to figure out how to get the album
description. I did a search on the print_r output and saw that the
'subtitle' contained the description. It was my mistake.
Thanks for your help!
On Jan 16, 5:22 am, "nhui...@gmail.com" <nhui...@gmail.com> wrote:
Hello,
What do you mean by album subtitle? As far as i can see my picasa
albums have the following data:
Title
Date
Description
Place Taken
which you should be able to get trough
getTitle()
getGphotoTimestamp() (at least, that's what i use)
getSummary()
getLocation() (if i'm not mistaken)
What field are you looking for? where can i find it?
Nanne
On Jan 15, 5:21 pm, tenbosch <jeff...@gmail.com> wrote:
I've tried to use several different methods, but I just can't figure
it out. The code below, doesn't work, is my last straw...
$strAlbumDescription = $objAlbum->getSubtitle();