[config] element index

Package indexes

All elements
a c d f g h l n p s t v
a
top
Variable $autoconfigurate
configuration::$autoconfigurate in configuration-defs.php
Whether to show buttons on forms and auto-process POST or not
c
top
Variable $config_id
configuration::$config_id in configuration-defs.php
Identity if the current configuration
Variable $config_name
configuration::$config_name in configuration-defs.php
The name of the current configuration
Method configfield
configfield::configfield() in configuration-defs.php
Constructor.
Class configfield
configfield in configuration-defs.php
* A Configuration field.
Class configuration
configuration in configuration-defs.php
Configuration This is for accessing generic configuration files which store useful crappola like GST rate, file paths etc. This object features dynamically creatable/deletable configuration fields.
Method configuration
configuration::configuration() in configuration-defs.php
Constructor Create a new configuration object. Sets basic field attributes.
Page configuration-defs.php
configuration-defs.php in configuration-defs.php
Method configurator
configurator::configurator() in configuration-defs.php
Constructor
Class configurator
configurator in configuration-defs.php
The configurator class is simply a descendant class of configuration which sets the parent class into 'autoconfigure' mode. In this mode the forms have buttons supplied, and the instantiation of the class automatically processes form POSTs.
d
top
Variable $db_configuration_exists
configuration::$db_configuration_exists in configuration-defs.php
Whether the configuration exists in database or not
Variable $db_config_exists
configuration::$db_config_exists in configuration-defs.php
Whether config definition exists in database or not
Variable $default
configfield::$default in configuration-defs.php
Method defaultvalue
configfield::defaultvalue() in configuration-defs.php
Return the default field value
Method delete
configuration::delete() in configuration-defs.php
Delete the whole config.
f
top
Variable $fields
configuration::$fields in configuration-defs.php
Array of configfield objects for the config
Variable $fieldschanged
configuration::$fieldschanged in configuration-defs.php
Whether field definitions have changed or not
Variable $form_mode
configuration::$form_mode in configuration-defs.php
Mode to display the configuration in a form
Method field_count
configuration::field_count() in configuration-defs.php
Return fields present count.
Method field_create
configuration::field_create() in configuration-defs.php
Create a new field for all configurations This retro-fits all sets of this config with the new field, and will assign the default value to each one.
Method field_exists
configuration::field_exists() in configuration-defs.php
Check if field exists
Method field_remove
configuration::field_remove() in configuration-defs.php
Remove a field from all sets of this config.
g
top
Method get
configuration::get() in configuration-defs.php
Get the configuration set.
h
top
Method html
configuration::html() in configuration-defs.php
Render this configuration.
l
top
Variable $list
configfield::$list in configuration-defs.php
n
top
Variable $name
configfield::$name in configuration-defs.php
p
top
Method put
configuration::put() in configuration-defs.php
Save the config.
s
top
Variable $set
configuration::$set in configuration-defs.php
Set of configuration fields/values in this configuration set
Variable $setchanged
configuration::$setchanged in configuration-defs.php
Whether configuration data has changed or not
Method set_value
configuration::set_value() in configuration-defs.php
Put a value in a field, in a set of the config.
t
top
Variable $type
configfield::$type in configuration-defs.php
v
top
Method value
configuration::value() in configuration-defs.php
Get value from a field in a set of the config.
a c d f g h l n p s t v