FuelPHP Gallery  2.0
An Image gallery for FuelPHP
Gallery_Html Class Reference

Static Public Member Functions

static gallery_html ($id=0)
static thumbs_html ($id=null)
static image_html ($id=0)

Static Protected Attributes

static $gallery_table = null
static $image_table = null

Member Function Documentation

static gallery_html ( id = 0) [static]

Build and return the intial display of galleries and the sub galleries if called with $id and the relivent breadcrumbs

Parameters:
idOptional - use if you wish to view a sub gallery
Returns:
array containing html to display gallery and breadcrumbs to navigate
static image_html ( id = 0) [static]

Build and return the necessary html to display the nominated image and the relivent breadcrumbs

Parameters:
idThe image to display
Returns:
array containing html to display the selected image and breadcrumbs to navigate
static thumbs_html ( id = null) [static]

Build and return the image thumbs for a gallery and the relivent breadcrumbs

Parameters:
idThe gallery to view
Returns:
array containing html to display image thumbs and breadcrumbs to navigate

The documentation for this class was generated from the following file:
 All Data Structures Functions