Package classes
| classes\media |
| Album | Root class for images and albums |
| AlbumBase | Root class for images and albums |
| Comment | |
| dynamicAlbum | Root class for images and albums |
| feed | |
| Gallery | |
| Image | handles 'picture' images |
| MediaObject | Root class for images and albums |
| PersistentObject | |
| SearchEngine | |
| ThemeObject | The basic ThemeObject class. Extends PersistentObject, is extended by various Theme related objects. Provides some basic methods that all use. |
| Transientimage | handles 'picture' images |
| Zenphoto_Administrator | |
| Zenphoto_Authority |
| isAlbumClass | Returns true if the object is a zenphoto 'album' |
| isImageClass | Returns true if the object is a zenphoto 'image' |
| newAlbum | Wrapper instantiation function for albums. Do not instantiate directly |
| newImage | Returns a new "image" object based on the file extension |
| search_quote |