PHP Directory Handler
2 classes that handle displaying the contents of a given directory. DirectoryHandler is for general directories with any assortment of files. ImageDirectory extends the functionality of DirectoryHandler by displaying directories specifically containing images; also makes use of lightbox. Perfect for displaying directories in a clean way, and an easy way to create an image gallery without the need for a database. Uses standard HTML mark-up for easy styling.