Inheritance diagram for BaseGallery:
BaseGallery is a class to manage a set of BaseImages or derivatives thereof. A quick and handly way to add gallery functionality to any site. Slideshows, javascript rollers, etc... soon to be added.
Definition at line 10 of file base-gallery.inc.php.
Public Member Functions | |
__construct ($objectType, $count=30, $table=null) | |
The constructor... | |
initSlideshow () | |
init our slideshow by including our required js / css files | |
drawSlideshow ($rs) | |
draw our slideshow from a group of images |
|
The constructor...
Reimplemented from ObjectManager. Definition at line 17 of file base-gallery.inc.php. |
|
draw our slideshow from a group of images
Definition at line 37 of file base-gallery.inc.php. |
|
init our slideshow by including our required js / css files
Definition at line 25 of file base-gallery.inc.php. References BaseModule::needsCss(), and BaseModule::needsJs(). |