Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

BaseGallery Class Reference
[Object Managers]

Inheritance diagram for BaseGallery:

MyManager ObjectManager MyModule BaseModule List of all members.

Detailed Description

A class to handle the drawing of a gallery of BaseImages.

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


Member Function Documentation

BaseGallery::__construct objectType,
count = 30,
table = null
 

The constructor...

See also:
ObjectManager::__construct()

Reimplemented from ObjectManager.

Definition at line 17 of file base-gallery.inc.php.

BaseGallery::drawSlideshow rs  ) 
 

draw our slideshow from a group of images

Parameters:
$rs an array of BaseImage objects

Definition at line 37 of file base-gallery.inc.php.

BaseGallery::initSlideshow  ) 
 

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().


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1