I've just released version 3.0 of phpFlickr. As the major version number increase suggests, this version has some pretty big background changes. I've totally eliminated the use of PEAR libraries in the plugin. Those libraries caused problems for some people and they were too much work to keep up to date.
Since I've changed a lot of stuff in the background, it may cause problems if you drop this version into your existing applications. Please test the library to make sure that it doesn't break anything in your app.
As always, you can download the files from the phpFlickr Google Code page.
$f->collections_getTree() isn't returning any [set] array data for me, ie. it's completely empty:
"[set] => Array()"
All the other collection array data (id, title, images…etc) is available. Any ideas?
Thanks! Got it running without hassle at all over previous version!
Yet to explore the new API set yet though.