CMS  Version 3.9
slideshow.inc File Reference

Go to the source code of this file.

Variables

 $gallery_id = checkNumeric($_GET["gallery_id"])
 
 $gallery = new ImageGallery($gallery_id)
 
 $images = $gallery->Images("WHERE include_in_slideshow=1 ORDER BY sort_order, image_id")
 
 $slideshow = new Slideshow($images)
 
 $script = $slideshow->writeScript()
 

Variable Documentation

◆ $gallery

$gallery = new ImageGallery($gallery_id)

Definition at line 41 of file slideshow.inc.

◆ $gallery_id

$gallery_id = checkNumeric($_GET["gallery_id"])

Definition at line 37 of file slideshow.inc.

◆ $images

$images = $gallery->Images("WHERE include_in_slideshow=1 ORDER BY sort_order, image_id")

Definition at line 44 of file slideshow.inc.

◆ $script

$script = $slideshow->writeScript()

Definition at line 48 of file slideshow.inc.

◆ $slideshow

$slideshow = new Slideshow($images)

Definition at line 46 of file slideshow.inc.