phpDocumentor
[ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

a

a

$affectedRows
in file db.mysql.php, variable mysql_jet::$affectedRows
    Last query's affected rows
add_child
in file gldom_element.php, method GLDOMElement::add_child()
allocate_cache
in file optimizer.php, method GLOptimizerModule::allocate_cache()
    Allocate a new file in cache
animate
in file core.php, method GLUIPanel::animate()
assign
in file gldataset.php, method GLDataset::assign()
    Assign a value into a variable
api.php
procedural page api.php
b

b

back
in file core.php, method GLUIPanel::back()
bootstrap.php
procedural page bootstrap.php
c

c

$cache
in file cache.php, variable GLCache::$cache
$cache
in file glmodules.php, variable GLModules::$cache
$children
in file gldom_element.php, variable GLDOMElement::$children
$classname
in file gldom_element.php, variable GLDOMElement::$classname
$config
in file glmodule.php, variable GLModule::$config
$config
in file gloobject.php, variable GLOOObject::$config
    The Unit configuration, as obtained from the config.
$conID
in file db.mysql.php, variable mysql_jet::$conID
    Connection ID Definition
call
in file glmodule.php, method GLModule::call()
call
in file glIPC.php, method GLIPC::call()
    Call an inter-process callback function
call_extension
in file gltemplate.php, method GLTemplate::call_extension()
    Call a template category
check_select
in file db.php, method DBJet::check_select()
    Check if the select query will return data
compile_js
in file gloolink.php, method GLOOLink::compile_js()
compile_structure
in file gloolink.php, method GLOOLink::compile_structure()
create
in file db.structured.php, method GLDBRecordset::create()
CRITICAL
in file errors.php, class constant GLError::CRITICAL
cache.php
procedural page cache.php
compatibility.php
procedural page compatibility.php
core.php
procedural page core.php
d

d

$data
in file glconfig.php, variable GLConfigFile::$data
    The data structure extracted from the config file
$db
in file gl.php, variable GL::$db
    A shortcut to the main project database (Configured by the db.
DBJet
in file db.php, class DBJet
    Basic database interface This class is further extended by the database jet selected. any kind of database can be used.
DEBUG
in file errors.php, class constant GLError::DEBUG
debug_error_handler
in file errors.php, function debug_error_handler()
delete
in file db.php, method DBJet::delete()
    Delete a data row from the database
delete
in file db.mysql.php, method mysql_jet::delete()
    Remove one or more rows from a table.
db.php
procedural page db.php
db.structured.php
procedural page db.structured.php
db.mysql.php
procedural page db.mysql.php
e

e

$emptyResults
in file db.mysql.php, variable mysql_jet::$emptyResults
    Last query didn't return any results
$engine
in file glconfig.php, variable GLConfig::$engine
$errors
in file errors.php, variable GLError::$errors
$errPosition
in file db.mysql.php, variable mysql_jet::$errPosition
    Description of current action in case of error
$evaluated
in file gltemplate.php, variable GLTemplate::$evaluated
    Evaluated flag When this flag is FALSE, the template must be re-evaluated.
$extensions
in file gltemplate.php, variable GLTemplate::$extensions
empty_results
in file db.php, method DBJet::empty_results()
    Check if the resultset is empty
errors.php
procedural page errors.php
ERROR
in file errors.php, class constant GLError::ERROR
f

f

$file
in file gltemplate.php, variable GLTemplate::$file
    Template file
form.php
procedural page form.php
FAST
in file cache.php, class constant GLCache::FAST
    Informs the engine that the caching should be fast.
fetch
in file glsmarttemplate.php, method GLSmartTemplate::fetch()
fetch
in file gltemplate.php, method GLTemplate::fetch()
fetch_array
in file db.php, method DBJet::fetch_array()
    Fetch a row from the resultset
fetch_array
in file db.mysql.php, method mysql_jet::fetch_array()
    Return a row from the last queried resultset
fetch_array_all
in file db.php, method DBJet::fetch_array_all()
    Fetch all the rows of the resultset
fetch_array_all
in file db.mysql.php, method mysql_jet::fetch_array_all()
    Return all the rows from the last queried resultset
fetch_array_all_ex
in file db.php, method DBJet::fetch_array_all_ex()
    Fetch all the rows from the resultset using an extended field
fetch_array_ex
in file db.php, method DBJet::fetch_array_ex()
    Fetch a row from the resultset using an extended field
fetch_object
in file db.structured.php, method GLDBRecordset::fetch_object()
fetch_value
in file db.mysql.php, method mysql_jet::fetch_value()
    Return the first value of the first row of the requested query, using a specified resultset
fetch_value
in file db.php, method DBJet::fetch_value()
    Fetch a single value from the resultset
file
in file glconfig.php, method GLDynamicPath::file()
finalize
in file glstreamdef.php, method GLStream::finalize()
    Finalize the stream
finalize
in file gl.php, method GL::finalize()
finalize
in file glassemblyline.php, method GLAssemblyLine::finalize()
find_child
in file gldom_element.php, method GLDOMElement::find_child()
    Return the first matching element Find a child using the following search pattern simmilar to CSS selector on HTML DOM: [<classs>]. Both Class and ID can be ommited.
find_children
in file gldom_element.php, method GLDOMElement::find_children()
    Return all the matching elements
first
in file db.structured.php, method GLDBRecordset::first()
flash
in file core.php, method GLUIPanel::flash()
FORMAT_DEBUG
in file errors.php, class constant GLError::FORMAT_DEBUG
FORMAT_HTML
in file errors.php, class constant GLError::FORMAT_HTML
FORMAT_JSON
in file errors.php, class constant GLError::FORMAT_JSON
FORMAT_TEXT
in file errors.php, class constant GLError::FORMAT_TEXT
FORMAT_XML
in file errors.php, class constant GLError::FORMAT_XML
free_query
in file db.mysql.php, method mysql_jet::free_query()
    Release a specific query resultset
free_results
in file db.mysql.php, method mysql_jet::free_results()
    Release the last queried resultset
front
in file core.php, method GLUIPanel::front()
g

g

$general
in file glconfig.php, variable GLConfig::$general
general.default.php
procedural page general.default.php
glconfig.php
procedural page glconfig.php
gldataset.php
procedural page gldataset.php
gltools.php
procedural page gltools.php
gldom.php
procedural page gldom.php
gldom_element.php
procedural page gldom_element.php
gloobject_stage.php
procedural page gloobject_stage.php
glhooks.php
procedural page glhooks.php
glIPC.php
procedural page glIPC.php
glmodule.php
procedural page glmodule.php
glmodules.php
procedural page glmodules.php
glpermissions.php
procedural page glpermissions.php
gloobject.php
procedural page gloobject.php
gloolink.php
procedural page gloolink.php
glsmarttemplate.php
procedural page glsmarttemplate.php
gltemplate.php
procedural page gltemplate.php
gl.php
procedural page gl.php
glassemblyline.php
procedural page glassemblyline.php
glstreamdef.php
procedural page glstreamdef.php
get
in file glIPC.php, method GLIPC::get()
    Get a global, inter-process available function
getQueries
in file db.mysql.php, method mysql_jet::getQueries()
    Visualize the queries being executed for debug purposes
get_config_for
in file glmodule.php, method GLModule::get_config_for()
get_error_message
in file db.mysql.php, method mysql_jet::get_error_message()
    Returns detailed information for the last error occured
get_error_message
in file db.php, method DBJet::get_error_message()
    Get the last error message
get_module_for
in file glmodules.php, method GLModules::get_module_for()
get_object
in file gloolink.php, method GLOOLink::get_object()
get_objects_by_name
in file gloolink.php, method GLOOLink::get_objects_by_name()
get_object_by_id
in file gloolink.php, method GLOOLink::get_object_by_id()
get_object_reference
in file gloolink.php, method GLOOLink::get_object_reference()
get_tables
in file db.php, method DBJet::get_tables()
    Get the names of all the tables in the database
get_tables
in file db.mysql.php, method mysql_jet::get_tables()
    List the database tables
get_table_structure
in file db.mysql.php, method mysql_jet::get_table_structure()
    Show the database structure
get_table_structure
in file db.php, method DBJet::get_table_structure()
    Get a table structure
GL
in file gl.php, class GL
    Glorylands Core Namespace This static class provides the root management functions of the whole glorylands system.
GLAssemblyLine
in file glassemblyline.php, class GLAssemblyLine
    GloryLands Assembly Line
GLCache
in file cache.php, class GLCache
    GloryLands Cache
GLConfig
in file glconfig.php, class GLConfig
    Glorylands Configuration Wrapper
GLConfigFile
in file glconfig.php, class GLConfigFile
    Configuration file access
GLDataset
in file gldataset.php, class GLDataset
    Basic Dataset Structure The dataset structure is a dynamic data store that provides a variable access system, with some extended variable management functions.
GLDB
in file db.php, class GLDB
GLDBOrderedConfig
in file struct.ordered.php, class GLDBOrderedConfig
    Ordered Configuration Structure
GLDBRecord
in file db.structured.php, class GLDBRecord
    Structured database record This class provides record-level structured database access.
GLDBRecordset
in file db.structured.php, class GLDBRecordset
    Structured database recordset This class provides recordset-level structured database access.
GLDOM
in file gldom.php, class GLDOM
    Basic DOM Structure This class provides the root interface to the glorylands Object Oriented Document Object Model.
GLDOMElement
in file gldom_element.php, class GLDOMElement
    Basic DOM Element This class provides the basic class that implements the DOM element.
GLDOMStage
in file gloobject_stage.php, class GLDOMStage
    GLOO Stage Element This class provides the root stage that wrapes every class around it.
GLDynamicPath
in file glconfig.php, class GLDynamicPath
    Dynamic URL This class provides a simple way to store and covert absolute disk paths into relative URLs and vice-versa.
GLError
in file errors.php, class GLError
    Error management This class provides debugging information and error handling on the whole game system.
GLHooks
in file glhooks.php, class GLHooks
    Hook (Interrupt) management interface
GLIForm
in file form.php, class GLIForm
    Predefined form layout
GLIPC
in file glIPC.php, class GLIPC
    GloryLands Inter-Process Communication system This class provides methods that allows inter-process (Actually intra-session) communication mechanisms.
GLMap
in file map.php, class GLMap
    GloryLands Map Object
GLMapBackground
in file map.php, class GLMapBackground
    GloryLands Map Background Object
GLMapElement
in file map.php, class GLMapElement
    GloryLands Map Element Object
GLModule
in file glmodule.php, class GLModule
    GloryLands Extension Module This class provides access to the module information and structures.
GLModules
in file glmodules.php, class GLModules
    GloryLands extensions management clas This class provides access to basic module actions.
GLOOLink
in file gloolink.php, class GLOOLink
    GLOO Link Manager This class provides the basic functions that implements the PHP-Javascript linking interface.
GLOOObject
in file gloobject.php, class GLOOObject
    Basic DOM Element This class provides the basic class that implements the DOM element.
GLOptimizer
in file optimizer.php, class GLOptimizer
    File/Data optimizer This class is the optimization core that porivdes data, file or optimization in order to make the overall execution fast and light.
GLOptimizerModule
in file optimizer.php, class GLOptimizerModule
    Optimizer Module This abstract class is the base class of an optimizing module.
GLPermissions
in file glpermissions.php, class GLPermissions
    Permissions management interface
GLREQ_API
in file glassemblyline.php, constant GLREQ_API
    GLREQ_API Flag This flag means that the request is made from GLOO JS API.
GLREQ_EXT
in file glassemblyline.php, constant GLREQ_EXT
    GLREQ_EXT Flag This flag means that the request is external.
GLREQ_ROOT
in file glassemblyline.php, constant GLREQ_ROOT
    GLREQ_ROOT Flag This flag means that the request is root-type.
GLSmartTemplate
in file glsmarttemplate.php, class GLSmartTemplate
    GloryLands Smart template This class extends the GLTemplate and appends some automation support.
GLStream
in file glstreamdef.php, class GLStream
    Root Stream Structure In Glorylands, "streams" are core structures that provide the run-time environment for an action. of the environment, execution and rendering.
GLTemplate
in file gltemplate.php, class GLTemplate
    GloryLands PHP Template Engine This template extends the Dataset structure in order to provide simple variable access, and uses template optimizer to convert short-hand PHP tags to fully compatible PHP code.
GLTools
in file gltools.php, class GLTools
    Global Tools Wrapper This static class acts as a wrapper of the commonly used tool functions.
GLUICore
in file core.php, class GLUICore
    In-Game User Interface core unit
GLUIPanel
in file core.php, class GLUIPanel
    In-Game Panel unit
h

h

$headers
in file glstreamdef.php, variable GLStream::$headers
$headers
in file glassemblyline.php, variable GLAssemblyLine::$headers
    The request headers
i

i

$id
in file gldom_element.php, variable GLDOMElement::$id
import
in file gldataset.php, method GLDataset::import()
    Import variables from an array or object
init
in file db.mysql.php, method mysql_jet::init()
    Initializes MySQL Class
init
in file db.php, method DBJet::init()
    Initialize Database jet, using the configuration provided
initialize
in file glmodules.php, method GLModules::initialize()
initialize
in file gldom.php, method GLDOM::initialize()
initialize
in file glstreamdef.php, method GLStream::initialize()
    Called when the request is ready to be processed.
initialize
in file glconfig.php, method GLConfig::initialize()
initialize
in file view.php, method srm_view::initialize()
initialize
in file optimizer.php, method GLOptimizer::initialize()
    Initialize optimizer This function will look into the extensions_optimizers table and register all the optimizers that are defined inside.
initialize
in file gloolink.php, method GLOOLink::initialize()
initialize
in file db.php, method GLDB::initialize()
initialize
in file cache.php, method GLCache::initialize()
initialize
in file api.php, method srm_api::initialize()
initialize
in file gl.php, method GL::initialize()
    Initialize glorylands
initialize
in file glassemblyline.php, method GLAssemblyLine::initialize()
    Initialize the assembly line
initialize_dbconf
in file glconfig.php, method GLConfig::initialize_dbconf()
insert
in file db.mysql.php, method mysql_jet::insert()
    Insert a new row on specified table
insert
in file db.php, method DBJet::insert()
    Insert a new data row on the database
install
in file glmodules.php, method GLModules::install()
is_valid
in file view.php, method srm_view::is_valid()
    Check if this stream is valid for handling this action
is_valid
in file xmlconfig.php, method opt_xmlconfig::is_valid()
is_valid
in file api.php, method srm_api::is_valid()
    Check if this stream is valid for handling this action
is_valid
in file optimizer.php, method GLOptimizerModule::is_valid()
is_valid
in file glstreamdef.php, method GLStream::is_valid()
    Check if this stream is valid for handling this action
is_valid
in file compatibility.php, method opt_compatibility::is_valid()
l

l

$lastResult
in file db.mysql.php, variable mysql_jet::$lastResult
    Last query's results
$linkID
in file gloobject.php, variable GLOOObject::$linkID
    The Link synchronization number between PHP and Javscript object
LARGE
in file cache.php, class constant GLCache::LARGE
    Informs the engine that the data being stored are likely to be really big.
last
in file db.structured.php, method GLDBRecordset::last()
load
in file glconfig.php, method GLConfigFile::load()
log
in file errors.php, method GLError::log()
m

m

$module
in file gloobject.php, variable GLOOObject::$module
    A reference to the root module object
$modules
in file glconfig.php, variable GLConfig::$modules
map.php
procedural page map.php
moveto
in file core.php, method GLUIPanel::moveto()
msgbox
in file core.php, method GLUICore::msgbox()
mysql_jet
in file db.mysql.php, class mysql_jet
    MySQL Database Jet
n

n

$name
in file glmodule.php, variable GLModule::$name
$next
in file gldom_element.php, variable GLDOMElement::$next
$numRows
in file db.mysql.php, variable mysql_jet::$numRows
    Last query's number of rows
next
in file db.structured.php, method GLDBRecordset::next()
NOTICE
in file errors.php, class constant GLError::NOTICE
nudge
in file core.php, method GLUIPanel::nudge()
num_changed
in file db.php, method DBJet::num_changed()
    Get the number of changed rows in the resultset
num_changed
in file db.mysql.php, method mysql_jet::num_changed()
num_pages
in file db.php, method DBJet::num_pages()
    Get the total ammount of pages that are used by the pager
num_rows
in file db.mysql.php, method mysql_jet::num_rows()
num_rows
in file db.php, method DBJet::num_rows()
    Get the number of rows in the resultset
o

o

optimizer.php
procedural page optimizer.php
object_added
in file gldataset.php, method GLDataset::object_added()
    An inheritable function to notify an object attachment
object_added
in file gloobject.php, method GLOOObject::object_added()
    An inheritable function to notify an object attachment
object_removed
in file gldataset.php, method GLDataset::object_removed()
    An inheritable function to notify an object detachment
object_removed
in file gloobject.php, method GLOOObject::object_removed()
    An inheritable function to notify an object detachment
optimize
in file optimizer.php, method GLOptimizer::optimize()
    Quick optimization function This function will automatically detect if the passed parameter is a string or a file and will call the optimize_file or optimize_string accordingly.
optimize_file
in file optimizer.php, method GLOptimizerModule::optimize_file()
optimize_file
in file xmlconfig.php, method opt_xmlconfig::optimize_file()
optimize_file
in file optimizer.php, method GLOptimizer::optimize_file()
    Optimize a file
optimize_file
in file compatibility.php, method opt_compatibility::optimize_file()
optimize_string
in file optimizer.php, method GLOptimizerModule::optimize_string()
optimize_string
in file optimizer.php, method GLOptimizer::optimize_string()
    Optimize a string Usually, this involves compressing, translating, encoding conversions etc.
optimize_string
in file compatibility.php, method opt_compatibility::optimize_string()
opt_compatibility
in file compatibility.php, class opt_compatibility
    Compatibility file optimizer This class is used in order to provide compatibility with every PHP system.
opt_xmlconfig
in file xmlconfig.php, class opt_xmlconfig
    XML Configuration file optimizer This optimizer provides faster access to XML configs, by caching the XML file into a PHP-Array-Encoded format.
p

p

$parameters
in file glstreamdef.php, variable GLStream::$parameters
$parent
in file gldom_element.php, variable GLDOMElement::$parent
$previous
in file gldom_element.php, variable GLDOMElement::$previous
proxy.php
procedural page proxy.php
paging_fetch_array
in file db.php, method DBJet::paging_fetch_array()
    Fetch a row from the resultset, using the paging mechanism
paging_fetch_array_ex
in file db.php, method DBJet::paging_fetch_array_ex()
    Fetch all the rows of the resultset, using the paging mechanism
paging_start
in file db.php, method DBJet::paging_start()
    Start the automated data pager The paging system allows you to group the results into pages, quickly and efficiently.
path
in file glconfig.php, method GLDynamicPath::path()
peek_messages
in file gloolink.php, method GLOOLink::peek_messages()
PERMANENT
in file cache.php, class constant GLCache::PERMANENT
    Informs the engine that the data should be permanately preserved on cache.
poll
in file db.mysql.php, method mysql_jet::poll()
    Performs a query and returns true if the results are not empty
pop
in file gldataset.php, method GLDataset::pop()
    Pop a value from a variable
position
in file core.php, method GLUIPanel::position()
post_initialize
in file glstreamdef.php, method GLStream::post_initialize()
    Called after the main initialization.
post_initialize
in file view.php, method srm_view::post_initialize()
post_initialize
in file api.php, method srm_api::post_initialize()
post_initialize
in file glassemblyline.php, method GLAssemblyLine::post_initialize()
previous
in file db.structured.php, method GLDBRecordset::previous()
pre_initialize
in file glstreamdef.php, method GLStream::pre_initialize()
    Called right before the main initialization.
process
in file glstreamdef.php, method GLStream::process()
    Do the actual processing
process
in file glassemblyline.php, method GLAssemblyLine::process()
process
in file api.php, method srm_api::process()
process
in file gl.php, method GL::process()
process
in file view.php, method srm_view::process()
proxy
in file glconfig.php, method GLDynamicPath::proxy()
push
in file gldataset.php, method GLDataset::push()
    Push a value on a variable If the variable is not an array, it is conerted to.
push_once
in file gldataset.php, method GLDataset::push_once()
    Push a value on a variable, but make sure it's only one on the array This function checks for an existing $value on the array. exists, it is not appended twice.
q

q

$queryList
in file db.mysql.php, variable mysql_jet::$queryList
    If we have global debug enabled, this function will store the
query
in file db.php, method DBJet::query()
    Manually execute a complex SQL query
query
in file db.mysql.php, method mysql_jet::query()
    Performs a query
query_and_get
in file db.php, method DBJet::query_and_get()
    Perform an SQ query and return the first row
query_and_get_value
in file db.mysql.php, method mysql_jet::query_and_get_value()
    Performs a query and returns the first value of the first row or false in case of error
r

r

$resources
in file glconfig.php, variable GLConfig::$resources
$response
in file gltemplate.php, variable GLTemplate::$response
    Response buffer This variable contains the response buffer that is generated after the evaluation.
$root
in file glconfig.php, variable GLConfig::$root
$root
in file glmodule.php, variable GLModule::$root
$root
in file gldom_element.php, variable GLDOMElement::$root
register
in file glmodules.php, method GLModules::register()
register
in file gloolink.php, method GLOOLink::register()
register
in file optimizer.php, method GLOptimizer::register()
    Register an optimizer handler
register
in file glIPC.php, method GLIPC::register()
    Register a function for an inter-process callback
register
in file glhooks.php, method GLHooks::register()
register_extension
in file gltemplate.php, method GLTemplate::register_extension()
    Register a template extension
remove_child
in file gldom_element.php, method GLDOMElement::remove_child()
render
in file glstreamdef.php, method GLStream::render()
    Render the result
render
in file view.php, method srm_view::render()
render
in file gl.php, method GL::render()
render
in file glassemblyline.php, method GLAssemblyLine::render()
render
in file errors.php, method GLError::render()
render
in file api.php, method srm_api::render()
replace
in file db.php, method DBJet::replace()
    Replace a data row into the database
replace
in file db.mysql.php, method mysql_jet::replace()
    Replace or insert a new row on specified table
report
in file errors.php, method GLError::report()
rows
in file db.structured.php, method GLDBRecordset::rows()
run
in file db.mysql.php, method mysql_jet::run()
    Execute a SQL script
s

s

$stage
in file gldom.php, variable GLDOM::$stage
$stream
in file gl.php, variable GL::$stream
    The response stream data buffer
$synced
in file gloobject.php, variable GLOOObject::$synced
    A flag that defines that objec variables are synced with the JS
struct.ordered.php
procedural page struct.ordered.php
save
in file gloolink.php, method GLOOLink::save()
    Save the Object stack
save
in file db.structured.php, method GLDBRecord::save()
save
in file glconfig.php, method GLConfigFile::save()
select
in file db.mysql.php, method mysql_jet::select()
    Select one or more rows from a table.
select
in file db.php, method DBJet::select()
    Select a row from the database
select
in file db.structured.php, method GLDBRecordset::select()
select
in file struct.ordered.php, method GLDBOrderedConfig::select()
select_and_get
in file db.php, method DBJet::select_and_get()
    Select data and fetch the first row
serialize_xml
in file gltools.php, method GLTools::serialize_xml()
SESSION
in file cache.php, class constant GLCache::SESSION
    Informs the engine that the data should be preserved only for this session.
set
in file glIPC.php, method GLIPC::set()
    Set a global, inter-process available function
set_row
in file db.mysql.php, method mysql_jet::set_row()
    Moves the internal row pointer to a new position
set_row
in file db.php, method DBJet::set_row()
    Set the current resultset pointer into a different row
shift
in file gldataset.php, method GLDataset::shift()
    Shift a value from a variable
should_update
in file optimizer.php, method GLOptimizerModule::should_update()
    Check whether we should update or not the cached file
sort
in file gldataset.php, method GLDataset::sort()
    Sort the contents of a variable
SQLTime
in file db.mysql.php, method mysql_jet::SQLTime()
    Converts a UNIX timestamp into SQL timestamp
srm_api
in file api.php, class srm_api
srm_view
in file view.php, class srm_view
store
in file cache.php, method GLCache::store()
store_message
in file gloolink.php, method GLOOLink::store_message()
t

t

$totQueries
in file db.mysql.php, variable mysql_jet::$totQueries
    The number of queries performed
$totTime
in file db.mysql.php, variable mysql_jet::$totTime
    The total time spent on queries
TEMP
in file cache.php, class constant GLCache::TEMP
    Informs the engine that the data should be stored on a temprary media, and they can expire by the end of the script execution.
trigger
in file errors.php, method GLError::trigger()
u

u

$unitconfig
in file glmodule.php, variable GLModule::$unitconfig
$url
in file glmodule.php, variable GLModule::$url
uninstall
in file glmodules.php, method GLModules::uninstall()
UNIXTime
in file db.mysql.php, method mysql_jet::UNIXTime()
    Converts a UNIX timestamp into SQL timestamp
unshift
in file gldataset.php, method GLDataset::unshift()
    Unshift a value on a variable If the variable is not an array, it is conerted to.
update
in file db.mysql.php, method mysql_jet::update()
    Update a row on a table.
update
in file db.php, method DBJet::update()
    Update a row on the database
url
in file glconfig.php, method GLDynamicPath::url()
usort
in file gldataset.php, method GLDataset::usort()
    Sort the contents of a variable using a user callback
v

v

$variables
in file glstreamdef.php, variable GLStream::$variables
$vars
in file gldataset.php, variable GLDataset::$vars
view.php
procedural page view.php
var_changed
in file gloobject.php, method GLOOObject::var_changed()
    An inheritable function to notify a variable update
var_changed
in file gldataset.php, method GLDataset::var_changed()
    An inheritable function to notify a variable update
var_removed
in file gldataset.php, method GLDataset::var_removed()
    An inheritable function to notify a variable removal
var_removed
in file gloobject.php, method GLOOObject::var_removed()
    An inheritable function to notify a variable removal
w

w

WARNING
in file errors.php, class constant GLError::WARNING
x

x

xmlconfig.php
procedural page xmlconfig.php
_

_

$_changed
in file db.structured.php, variable GLDBRecord::$_changed
$_cursor
in file db.structured.php, variable GLDBRecordset::$_cursor
$_data
in file db.structured.php, variable GLDBRecord::$_data
$_index
in file db.structured.php, variable GLDBRecord::$_index
$_index
in file db.structured.php, variable GLDBRecordset::$_index
$_parent
in file db.structured.php, variable GLDBRecord::$_parent
$_recordset
in file db.structured.php, variable GLDBRecordset::$_recordset
$_table
in file db.structured.php, variable GLDBRecordset::$_table
_bind
in file gloobject.php, method GLOOObject::_bind()
    Bind the object into the rendering template
_call
in file gloobject.php, method GLOOObject::_call()
    Perform a call to the JS interface
_vars
in file gloobject.php, method GLOOObject::_vars()
    Prepare the variables that will be sent to the JS interface
__construct
in file glconfig.php, method GLDynamicPath::__construct()
    Dynamic URL Constructor
__construct
in file gloobject.php, method GLOOObject::__construct()
__construct
in file gldataset.php, method GLDataset::__construct()
__construct
in file gldom_element.php, method GLDOMElement::__construct()
__construct
in file struct.ordered.php, method GLDBOrderedConfig::__construct()
__construct
in file gltemplate.php, method GLTemplate::__construct()
    Construct the GL Template, using the file specified
__construct
in file form.php, method GLIForm::__construct()
__construct
in file glstreamdef.php, method GLStream::__construct()
    Initialize the stream, passing the already initialized headers
__construct
in file db.structured.php, method GLDBRecord::__construct()
__construct
in file glmodule.php, method GLModule::__construct()
__construct
in file db.structured.php, method GLDBRecordset::__construct()
__construct
in file glconfig.php, method GLConfigFile::__construct()
__destruct
in file glconfig.php, method GLConfigFile::__destruct()
__destruct
in file db.structured.php, method GLDBRecord::__destruct()
__get
in file db.structured.php, method GLDBRecord::__get()
__get
in file glconfig.php, method GLConfigFile::__get()
__get
in file gldataset.php, method GLDataset::__get()
    Get data variables
__isset
in file glconfig.php, method GLConfigFile::__isset()
__isset
in file gldataset.php, method GLDataset::__isset()
    Check for defined variables
__set
in file db.structured.php, method GLDBRecord::__set()
__set
in file gldataset.php, method GLDataset::__set()
    Set data variables
__set
in file glconfig.php, method GLConfigFile::__set()
__sleep
in file gloobject.php, method GLOOObject::__sleep()
__toString
in file glconfig.php, method GLDynamicPath::__toString()
__toString
in file gltemplate.php, method GLTemplate::__toString()
    Convert this into a string Returns the 'text' variable, if exists.
__unset
in file glconfig.php, method GLConfigFile::__unset()
__unset
in file gldataset.php, method GLDataset::__unset()
    Unset a variable
__wakeup
in file gloobject.php, method GLOOObject::__wakeup()

Documentation generated on Tue, 13 Oct 2009 23:48:36 +0300 by phpDocumentor 1.4.1