Class: Lister
Properties
$vals
List of values to alternate between.
$counter
The internal position counter.
$current
Always keeps the value of the current array position here.
$headers = array ()
List of HTTP headers to be sent with the document. @see addHeader()
$meta = array ()
List of metadata attributes, which can be rendered as HTML meta tags using
the makeMeta() method. To render them into your XT templates, simply
add an xt:var tag with the name "makeMeta".
$scripts = array ()
List of javascript scripts, which can be rendered as HTML script tags using
the makeJavascript() method. To render them into your XT templates, simply
add an xt:var tag with the name "makeJavascript".
$styles = array ()
Array used to prevent duplicate loading of stylesheets.
$template_set = 'default'
The template set to use for output.
$trues = array ('on', 'On', 'yes', 'Yes', 'true', 'True')
$falses = array ('off', 'Off', 'no', 'No', 'false', 'False')
$list = array ()
$iterator = 0
Return to Top
Methods
get ($key)
set ($key, $value = false)
count ()
reset ()
iterate ()
walk ($call)
Return to Top