GalleryHomeContent
extends GalleryLibrary
in package
Gallery home content
Show Gallery Block Content (Random, Last)
Tags
Table of Contents
Properties
- $_intLangId : mixed
- $_strWebPath : mixed
- $sql : mixed
Methods
- __construct() : mixed
- Constructor php5
- checkLatest() : bool
- Check if the latest-function is activated
- checkRandom() : bool
- Check if the random-function is activated
- getLastImage() : string
- Returns the last inserted image from database
- getRandomImage() : string
- Returns an randomized image from database
- getSettings() : mixed
- Gets the gallery settings
Properties
$_intLangId
public
mixed
$_intLangId
$_strWebPath
public
mixed
$_strWebPath
$sql
protected
mixed
$sql
Methods
__construct()
Constructor php5
public
__construct() : mixed
checkLatest()
Check if the latest-function is activated
public
checkLatest() : bool
Return values
boolcheckRandom()
Check if the random-function is activated
public
checkRandom() : bool
Return values
boolgetLastImage()
Returns the last inserted image from database
public
getLastImage() : string
Tags
Return values
string —Complete -tag for a randomized image
getRandomImage()
Returns an randomized image from database
public
getRandomImage() : string
Tags
Return values
string —Complete -tag for a randomized image
getSettings()
Gets the gallery settings
public
getSettings() : mixed