How can I access the functions found in the ZenPhoto classes (like class-image.php). I need to access the filename of a particular photo (`getFileName();`) but I get this error when I try to use it: `Fatal error: Call to undefined function: getfilename()`. Thanks!
Comments