PHP Classes

File: README

Recommend this page to a friend!
  Classes of Andy Loftus   Photo Album   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: Start here, read this file first
Class: Photo Album
Display interactive photo album
Author: By
Last change: Add Accessible without user login
Date: 17 years ago
Size: 1,107 bytes
 

Contents

Class file image Download
Readme for PHP Class "PhotoAlbum" Installation: See file "INSTALL". Examples: default_index.php: Shows how to create a new PhotoAlbum using default settings and automatically generate the entire web page. embedded_index.php Shows sample of how to embed PhotoAlbum in an existing web page. Limitations: * Currently only supports JPEG images. This tool was originally built to create a family photo album from pictures taken with a digital camera. Since most (all?) digital cameras create jpeg images, this should be sufficient for these purposes. I do have plans to incorporate other image types but no guarantee when (or if) that will happen. * Supports only 1 level of sub-directories. For the same reason as above, I see no reason to make this more complicated than needed. I don't have any intention of ever changing this. * See other TODOs and NOTEs in the PhotoAlbum.php file. Notes: * PhotoAlbum makes use of "moo.fx" and "Lightbox JS" and redistributes some of that code. See the file CREDIT for more information.