Class Description |
The images can be loaded from a specified directory or one by one. The thumbnails can be showed in a single way or in a structured gallery, whit a fade effect.
|
Constructor: |
$obj = new myPhotoGallery(error [,typeThumbnails] [,scaleThumbnails] [,typePhoto] [,scalePhoto]); |
Files required: |
phpPhotoGallery.php |
viewImage.php |
|
Parameters: |
error |
true - Show errors |
false - No show errors |
typeThumbnails |
0: To show thumbnails with width specified in $scaleThumbnails |
1: To show thumbnails with a zoom specified in $scaleThumbnails |
scaleThumbnails |
numeric value |
typePhoto |
0: To show photo with width specified in $scalePhoto |
1: To show photo with a zoom specified in $scalePhoto |
|