This is a test of a new PHP Class PhanAPI.php, reusing Flickr badge Stylesheet, and calling convention,
to create a Phanfare Badge
Note: When pulling from a given album, clicking on the thumbnail, goes to the album itself.
In "year" mode, the API does not provide an easy way to figure out if that album is public or not, so no href's
Aug 18, 2009 - 11:00pm
Ok! Now, caching (at the PhanAPI level) is implemented. And it makes a large difference. Also replaced SimpleXMLElement with a home grown XML Parser which returns pure PHP array based nested structures. This is slightly faster, but much more consistent than what SimpleXMLElement returns.