Class: obliquidweb
Source Location: Program_Root/classes/obliquid/obliquidweb.php
Obliquid class parsing the XML configuration.
|
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
[line 29]
Obliquid class parsing the XML configuration.
Class Variables
$configparms =
[line 42]
array of all the config parameters.
For example, the configuration parameter sitetitle can be retrieved in this way $_obweb->configparms["sitetitle"]
Tags:
$frame =
[line 58]
frame attribute of tag page
$language = array()
[line 75]
language: numerical indexed array of associative arrays
with keys name, value, flag, date_short, date_long
$locale =
[line 98]
an instance of locale class for multilingual messages
$mb =
[line 81]
a metabase connection
$page =
[line 55]
name of the requested page
$rnd =
[line 52]
a random numerical value to avoid caching
$showslot = true
[line 49]
inside slot code you can set this variable to false and hide the
current slot
$slot = array()
[line 68]
list of slots of a page.
It's an index array. Slot 0 is the first slot found in XML. Each element of this array is an associative array with the following keys: NAME, NAME_TPL, NAME_PHP, TPL, PHP, POSITION, BLOCK, FUNCTION
$slotno =
[line 71]
current slot number 0..count($slot)-1
$slotparam = array()
[line 78]
slot parameters: $param[$slot][$field]
$smslot =
[line 84]
smarty frame, smarty block, smarty slot
$theme =
[line 45]
Tags:
$tpl =
[line 61]
frame smarty template common / local
$tprefix =
[line 32]
Tags:
$tsuffix =
[line 35]
Tags:
Class Methods
|