Element index for package libbase
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
_
- $_body
- in file skeleton.inc.php, variable GALSkeleton::$_body
The <body> tag.
- $_data
- in file result.inc.php, variable GALRow::$_data
The data of this row.
- $_dead
- in file result.inc.php, variable GALRow::$_dead
Indicates if this row is "dead", i.e. deleted from the database or destructed.
- $_default
- in file globalvars.inc.php, variable GALVariable::$_default
The default value of this variable.
- $_document
- in file skeleton.inc.php, variable GALSkeleton::$_document
The document.
- $_head
- in file skeleton.inc.php, variable GALSkeleton::$_head
The <head> tag.
- $_html
- in file skeleton.inc.php, variable GALSkeleton::$_html
The <html> tag.
- $_key
- in file table.inc.php, variable GALTableRow::$_key
The primary key of this row.
- $_leftnavi
- in file skeleton.inc.php, variable GALSkeleton::$_leftnavi
A <div> with id="leftnavi".
- $_name
- in file globalvars.inc.php, variable GALDescriptor::$_name
This variable's name.
- $_range
- in file globalvars.inc.php, variable GALVariable::$_range
The value range (Wertebereich) of this variable.
- $_result
- in file result.inc.php, variable GALRow::$_result
The source of this row.
- $_rightnavi
- in file skeleton.inc.php, variable GALSkeleton::$_rightnavi
A <div> with id="rightnavi".
- $_sources
- in file globalvars.inc.php, variable GALDescriptor::$_sources
The sources of this variable.
- $_table
- in file table.inc.php, variable GALTableRow::$_table
The table this row is fetched from.
- $_textfield
- in file skeleton.inc.php, variable GALSkeleton::$_textfield
A <div> with id="textfield".
- $_title
- in file skeleton.inc.php, variable GALSkeleton::$_title
The <title> tag.
- $_topbanner
- in file skeleton.inc.php, variable GALSkeleton::$_topbanner
A <div> with id="topbanner".
- $_topnavi
- in file skeleton.inc.php, variable GALSkeleton::$_topnavi
A <div> with id="topnavi".
- $_value
- in file globalvars.inc.php, variable GALVariable::$_value
The current value of this variable.
- _include_libbase
- in file php_include.inc.php, function _include_libbase()
Include all files and initialize.
- __construct
- in file table.inc.php, method GALTableIterator::__construct()
Initializes this object.
- __construct
- in file table.inc.php, method GALTableRow::__construct()
Initializes this object.
- __construct
- in file config.inc.php, method GALConfig::__construct()
Read values from XML document.
- __construct
- in file result.inc.php, method GALRow::__construct()
Initializes a row.
- __construct
- in file translations.inc.php, method GALGalleryTranslations::__construct()
- __construct
- in file result.inc.php, method GALRowSet::__construct()
Initializes this object and optionally adds rows.
- __construct
- in file table.inc.php, method GALExpressionCompare::__construct()
Construct with database information, field, operator and value.
- __construct
- in file skeleton.inc.php, method GALSkeleton::__construct()
Initializes this page.
- __construct
- in file table.inc.php, method GALExpressionList::__construct()
Construct with database information, list of fields and list of values.
- __construct
- in file table.inc.php, method GALOrder::__construct()
Construct from a list of order criteria.
- __construct
- in file table.inc.php, method GALTable::__construct()
Initializes this table.
- __construct
- in file result.inc.php, method GALIteratorIterator::__construct()
Initializes the $iterator property.
- __construct
- in file result.inc.php, method GALResult::__construct()
Initializes a GALResult.
- __construct
- in file db.inc.php, method GALDatabase::__construct()
Creates a GALDatabase object.
- __construct
- in file logexpr.inc.php, method GALExpressionAND::__construct()
Construct from two logical expressions.
- __construct
- in file i18n.inc.php, method GALDictionary::__construct()
Initializes the dictionary.
- __construct
- in file globalvars.inc.php, method GALVariable::__construct()
Initializes a GALVariable.
- __construct
- in file globalvars.inc.php, method GALGlobalVars::__construct()
initializes a GALGlobalVars object.
- __construct
- in file globalvars.inc.php, method GALDescriptor::__construct()
Initializes a GALDescriptor object.
- __construct
- in file config.inc.php, method GALValue::__construct()
Initialize GALValue::$domValue.
- __construct
- in file logexpr.inc.php, method GALExpressionNOT::__construct()
Construct from a logical expressions.
- __construct
- in file config.inc.php, method GALSection::__construct()
Initialize values by reading the section element.
- __construct
- in file logexpr.inc.php, method GALExpressionRaw::__construct()
Constrct from a string (or sth. else - no checks)
- __construct
- in file logexpr.inc.php, method GALExpressionOR::__construct()
Construct from two logical expressions.
- __destruct
- in file result.inc.php, method GALResult::__destruct()
Free memory associated with this query result.
- __destruct
- in file db.inc.php, method GALDatabase::__destruct()
Destroy a GALDatabase object.
- __destruct
- in file table.inc.php, method GALTable::__destruct()
Destructs all rows stored in $rows.
- __destruct
- in file table.inc.php, method GALTableIterator::__destruct()
Overwrite inherited destructor.
- __destruct
- in file result.inc.php, method GALRow::__destruct()
Deletes the stored data and sets $_dead to TRUE.
- __get
- in file skeleton.inc.php, method GALSkeleton::__get()
Magic method to access the protected page elements like public PHP properties.
- __get
- in file config.inc.php, method GALSection::__get()
Magic method to read a value of this section like a property.
- __get
- in file config.inc.php, method GALValue::__get()
Magic method to read the value's type or content in a property-like manner.
- __get
- in file globalvars.inc.php, method GALGlobalVars::__get()
Get the value of a certain parameter.
- __get
- in file globalvars.inc.php, method GALDescriptor::__get()
Magic method to access the "name" and "value" properties.
- __get
- in file result.inc.php, method GALRow::__get()
Magic method to access this row's fields like native PHP properties.
- __set
- in file table.inc.php, method GALTableRow::__set()
Magic method to set a field of this row almost like a native PHP property.
- __set
- in file config.inc.php, method GALSection::__set()
Writing sections is not supported.
- __set
- in file config.inc.php, method GALValue::__set()
Magic method to set the value's content or type in a property-like manner.
- __set
- in file globalvars.inc.php, method GALGlobalVars::__set()
Magic method to set parameters manually.
- __toString
- in file table.inc.php, method GALExpressionCompare::__toString()
SQL string representation of the comparison expression.
- __toString
- in file logexpr.inc.php, method GALExpressionOR::__toString()
SQL string representation of this logical expression.
- __toString
- in file logexpr.inc.php, method GALExpressionTRUE::__toString()
- __toString
- in file logexpr.inc.php, method GALExpressionRaw::__toString()
Returns the string value of the condition in brackets.
- __toString
- in file logexpr.inc.php, method GALExpressionNOT::__toString()
SQL string representation of this logical expression.
- __toString
- in file table.inc.php, method GALOrder::__toString()
SQL string representation of this ORDER statement.
- __toString
- in file table.inc.php, method GALExpressionList::__toString()
SQL string representation of the expression.
- __toString
- in file logexpr.inc.php, method GALExpressionAND::__toString()
SQL string representation of this logical expression.
- __toString
- in file logexpr.inc.php, method GALExpressionFALSE::__toString()
- __toString
- in file logexpr.inc.php, method GALExpression::__toString()
String representation of this logical expression.
top
top
top
c
- $cacheable
- in file skeleton.inc.php, variable GALSkeleton::$cacheable
TRUE if the current page is cacheable.
- $cookie_lifetime
- in file globalvars.inc.php, variable GALGlobalVars::$cookie_lifetime
The cookie lifetime when cookies are set.
- check
- in file globalvars.inc.php, method GALVariable::check()
Checks and filters the given value if it's valid for this variable.
- classlist
- in file debug.inc.php, method GALDebug::classlist()
Prints a list of all defined classes to stdout.
- classlistDOM
- in file debug.inc.php, method GALDebug::classlistDOM()
Append a list of all defined classes to the given DOMNode.
- classlistXML
- in file debug.inc.php, method GALDebug::classlistXML()
Returns a list of all defined classes.
- cleanName
- in file db.inc.php, function cleanName()
Remove unwanted characters in table and field names.
- cleanName
- in file db.inc.php, method GALDatabase::cleanName()
Remove characters from the given string that might mangle a SQL query.
- close
- in file db.inc.php, method GALDatabase::close()
Closes the connection.
- commit
- in file db.inc.php, method GALDatabase::commit()
Commits the current transaction.
- compareExpression
- in file table.inc.php, method GALTable::compareExpression()
Factory for GALExpressionCompare objects.
- connect
- in file db.inc.php, method GALDatabase::connect()
Connects to the database server.
- connected
- in file db.inc.php, method GALDatabase::connected()
Checks if GALDatabase::handle is set.
- contains
- in file result.inc.php, method GALRowSet::contains()
Checks if the specified row is in this list.
- containsKeyFields
- in file table.inc.php, method GALTable::containsKeyFields()
Checks if the specified fields contains a field that belongs to the primary key.
- count
- in file result.inc.php, method GALRowSet::count()
Returns the number of rows in this GALRowSet.
- count
- in file table.inc.php, method GALTable::count()
Count rows that match the given GALExpression.
- count
- in file result.inc.php, method GALResultIterator::count()
Returns the number of rows in this list or set.
- count
- in file result.inc.php, method GALIteratorIterator::count()
Returns the number of rows in $iterator.
- count
- in file result.inc.php, method GALResult::count()
Returns the number of rows in this result.
- countFields
- in file table.inc.php, method GALTable::countFields()
Returns the number of fields contained in a result.
- countFields
- in file table.inc.php, method GALTableIterator::countFields()
Returns the number of fields contained in a result.
- countFields
- in file result.inc.php, method GALDesc::countFields()
Returns the number of fields contained in a result.
- countFields
- in file result.inc.php, method GALIteratorIterator::countFields()
Returns the number of fields contained in $iterator.
- countFields
- in file result.inc.php, method GALRowSet::countFields()
Returns the number of fields contained in $source.
- countFields
- in file result.inc.php, method GALRow::countFields()
Returns the number of fields contained in a result.
- countFields
- in file result.inc.php, method GALResult::countFields()
Returns the number of fields contained in a result.
- config.inc.php
- procedural page config.inc.php
- config.php
- procedural page config.php
top
d
- $data
- in file i18n.inc.php, variable GALDictionary::$data
The translations.
- $database
- in file db.inc.php, variable GALDatabase::$database
- $db
- in file table.inc.php, variable GALTable::$db
Link to the database the queries are submitted to.
- $descriptor
- in file table.inc.php, variable GALTable::$descriptor
Describes the structure of the table.
- $domDocument
- in file config.inc.php, variable GALConfig::$domDocument
- $domSection
- in file config.inc.php, variable GALSection::$domSection
- $domValue
- in file config.inc.php, variable GALValue::$domValue
The corresponding value element inside the XML document.
- data_seek
- in file result.inc.php, method GALIteratorIterator::data_seek()
Sets the internal pointer to the specified row.
- data_seek
- in file result.inc.php, method GALRowSet::data_seek()
Sets the internal pointer to the specified row.
- data_seek
- in file table.inc.php, method GALTableIterator::data_seek()
Sets the internal pointer to the specified row.
- data_seek
- in file result.inc.php, method GALResult::data_seek()
Sets the internal pointer to the specified row.
- data_seek
- in file result.inc.php, method GALResultIterator::data_seek()
Moves the internal pointer to the row with the given position inside the list.
- delete
- in file table.inc.php, method GALTable::delete()
Deletes the row identified by $key from the database.
- delete
- in file table.inc.php, method GALTableRow::delete()
Deletes this row from the database.
- deleteDelayed
- in file db.inc.php, method GALDatabase::deleteDelayed()
Deletes a file only after the transaction succeeds.
- dump
- in file globalvars.inc.php, method GALGlobalVars::dump()
Dump information about all registered parameters to stdout.
- dumpDOM
- in file globalvars.inc.php, method GALGlobalVars::dumpDOM()
Append information about all registered parameters as XHTML markup to the given node.
- dumpDOM
- in file config.inc.php, method GALConfig::dumpDOM()
Return sections and values as formatted HTML using DOM.
- db.inc.php
- procedural page db.inc.php
- debug.inc.php
- procedural page debug.inc.php
top
e
- eand
- in file logexpr.inc.php, method GALExpression::eand()
Connect two or more statements with AND.
- enot
- in file logexpr.inc.php, method GALExpression::enot()
Invert this logical expression.
- eor
- in file logexpr.inc.php, method GALExpression::eor()
Connect two or more statements with OR.
- errno
- in file db.inc.php, method GALDatabase::errno()
Wrapper for mysql_errno().
- error
- in file skeleton.inc.php, method GALSkeleton::error()
Append an error message to the topbanner element.
- error
- in file db.inc.php, method GALDatabase::error()
Wrapper for mysql_error().
- err_handler
- in file skeleton.inc.php, method GALSkeleton::err_handler()
Callback for PHP error handling.
- escape
- in file db.inc.php, method GALDatabase::escape()
Use mysql_real_escape_string() to escape 'evil' characters.
- evaluate
- in file globalvars.inc.php, method GALDescriptor::evaluate()
Try to read this variable's value from the given GET, POST and COOKIE values.
- evaluate
- in file globalvars.inc.php, method GALGlobalVars::evaluate()
Evaluates the GET, POST and COOKIE data.
- executeDeletion
- in file db.inc.php, method GALDatabase::executeDeletion()
Execute the delayed deletion of files.
- extendedCount
- in file table.inc.php, method GALTable::extendedCount()
Template for complex count queries.
- extendedLoad
- in file table.inc.php, method GALTable::extendedLoad()
Template for complex queries.
- GET
- in file globalvars.inc.php, class constant GALDescriptor::GET
Indicates that a value is transmitted with GET.
- error.inc.php
- procedural page error.inc.php
- exception.inc.php
- procedural page exception.inc.php
top
f
- $fields
- in file result.inc.php, variable GALResult::$fields
Associative array that maps the field name to the field's index.
- fetch
- in file result.inc.php, method GALResult::fetch()
Fetches a row from the MySQL query result.
- fetch
- in file result.inc.php, method GALResultIterator::fetch()
Fetches the row the internal pointer points to and sets the internal pointer to the next row.
- fetch
- in file result.inc.php, method GALIteratorIterator::fetch()
Fetches a row from the $iterator.
- fetch
- in file table.inc.php, method GALTableIterator::fetch()
Fetches the current row from the database.
- fetch
- in file result.inc.php, method GALRowSet::fetch()
Fetches the current row from $rows.
- filter
- in file result.inc.php, method GALRowSet::filter()
Filters $rows with a callback function.
- filter
- in file result.inc.php, method GALResultIterator::filter()
Filters the rows of this iterator with a callback function.
- filter
- in file result.inc.php, method GALResult::filter()
Filters the rows of this result with a callback function.
- filter
- in file result.inc.php, method GALIteratorIterator::filter()
Filters $iterator with a callback function.
- formDOM
- in file config.inc.php, method GALConfig::formDOM()
Build an input form using DOM.
- fullKey
- in file table.inc.php, method GALTable::fullKey()
Checks if the specified fields in $keys are the full primary key.
- functionlistDOM
- in file debug.inc.php, method GALDebug::functionlistDOM()
Append a list of all defined functions to the given DOMNode.
top
g
- GALConfig
- in file config.inc.php, class GALConfig
Used to read and change configuration files.
- GALDatabase
- in file db.inc.php, class GALDatabase
This class is a wrapper around a mysql connection ressource.
- GALDebug
- in file debug.inc.php, class GALDebug
Some debug-tools for php.
- GALDesc
- in file result.inc.php, class GALDesc
Information about a query result.
- GALDescriptor
- in file globalvars.inc.php, class GALDescriptor
An extension of GALVariable that adds a name property and reading from GET, POST or COOKIE data.
- GALDictionary
- in file i18n.inc.php, class GALDictionary
A dictionary.
- GALExpression
- in file logexpr.inc.php, class GALExpression
Some generic methods in logical expressions.
- GALExpressionAND
- in file logexpr.inc.php, class GALExpressionAND
The AND operator.
- GALExpressionCompare
- in file table.inc.php, class GALExpressionCompare
Creates SQL comparison strings.
- GALExpressionFALSE
- in file logexpr.inc.php, class GALExpressionFALSE
The FALSE constant.
- GALExpressionList
- in file table.inc.php, class GALExpressionList
Creates SQL strings that check if a set of fields equals to one tuple of the passed list of value tuples.
- GALExpressionNOT
- in file logexpr.inc.php, class GALExpressionNOT
The NOT operator.
- GALExpressionOR
- in file logexpr.inc.php, class GALExpressionOR
The OR operator.
- GALExpressionRaw
- in file logexpr.inc.php, class GALExpressionRaw
User defined SQL logical expression.
- GALExpressionTRUE
- in file logexpr.inc.php, class GALExpressionTRUE
The TRUE constant.
- GALGalleryTranslations
- in file translations.inc.php, class GALGalleryTranslations
- GALGlobalVars
- in file globalvars.inc.php, class GALGlobalVars
Class to filter GET, POST and COOKIE vars.
- GALIteratorIterator
- in file result.inc.php, class GALIteratorIterator
Iterator on another iterator.
- GALOrder
- in file table.inc.php, class GALOrder
Simple class to create SQL "ORDER BY" statements.
- GALResult
- in file result.inc.php, class GALResult
Result of a database query.
- GALResultFactory
- in file result.inc.php, class GALResultFactory
Interface for construction results.
- GALResultIterator
- in file result.inc.php, class GALResultIterator
A set of GALRow objects.
- GALRow
- in file result.inc.php, class GALRow
This class represents a row of a database result.
- GALRowFactory
- in file result.inc.php, class GALRowFactory
Interface for constructing rows.
- GALRowSet
- in file result.inc.php, class GALRowSet
A set or list of rows.
- GALSection
- in file config.inc.php, class GALSection
Represents a section of a XML config file, see GALConfig.
- GALSkeleton
- in file skeleton.inc.php, class GALSkeleton
Skeleton for a DOM-based HTML page.
- GALTable
- in file table.inc.php, class GALTable
Represents a table inside a database.
- GALTableFactory
- in file result.inc.php, class GALTableFactory
Interface for construction tables.
- GALTableIterator
- in file table.inc.php, class GALTableIterator
This class provides access to a set of GALTableRow objects.
- GALTableRow
- in file table.inc.php, class GALTableRow
Extension of GALRow that implements write access and references a whole row of a table.
- GALValue
- in file config.inc.php, class GALValue
Represents a value inside a GALSection.
- GALVariable
- in file globalvars.inc.php, class GALVariable
Represents a single value.
- GAL_EExpression
- in file logexpr.inc.php, class GAL_EExpression
Error inside a logical expression.
- GAL_EOrder
- in file table.inc.php, class GAL_EOrder
Exception class for exceptions thrown in GALOrder.
- GAL_I18n
- in file i18n.inc.php, class GAL_I18n
Hook for translating messages.
- get
- in file globalvars.inc.php, method GALVariable::get()
Returns the vlue of this variable.
- get
- in file result.inc.php, method GALRow::get()
Returns the value of a field.
- get
- in file globalvars.inc.php, method GALGlobalVars::get()
Get the value of a certain parameter.
- getData
- in file result.inc.php, method GALRow::getData()
Provides access to the stored data.
- getFields
- in file table.inc.php, method GALTableIterator::getFields()
Returns all fields contained in this result.
- getFields
- in file table.inc.php, method GALTable::getFields()
Returns all fields contained in this result.
- getFields
- in file result.inc.php, method GALIteratorIterator::getFields()
Returns all fields contained in $iterator.
- getFields
- in file result.inc.php, method GALResult::getFields()
Returns all fields contained in a result.
- getFields
- in file result.inc.php, method GALRow::getFields()
Returns all fields contained in this result.
- getFields
- in file result.inc.php, method GALDesc::getFields()
Returns all fields contained in a result.
- getFields
- in file result.inc.php, method GALRowSet::getFields()
Returns all fields contained in $source.
- getFlags
- in file result.inc.php, method GALRow::getFlags()
Gets the flags of the given field.
- getFlags
- in file result.inc.php, method GALRowSet::getFlags()
Gets the flags of the given field.
- getFlags
- in file table.inc.php, method GALTable::getFlags()
Gets the flags of the given field.
- getFlags
- in file result.inc.php, method GALIteratorIterator::getFlags()
Gets the flags of the given field.
- getFlags
- in file result.inc.php, method GALDesc::getFlags()
Gets the flags of the given field.
- getFlags
- in file result.inc.php, method GALResult::getFlags()
Gets the flags of the given field.
- getFlags
- in file table.inc.php, method GALTableIterator::getFlags()
Gets the flags of the given field.
- getIfRegistered
- in file table.inc.php, method GALTable::getIfRegistered()
Return the row with the submitted primary key values, if it has been registered before.
- getLeft
- in file logexpr.inc.php, method GALExpressionOR::getLeft()
Left operand.
- getLeft
- in file logexpr.inc.php, method GALExpressionAND::getLeft()
Left operand.
- getLength
- in file result.inc.php, method GALRowSet::getLength()
Gets the length of the given field.
- getLength
- in file result.inc.php, method GALRow::getLength()
Gets the length of the given field.
- getLength
- in file result.inc.php, method GALDesc::getLength()
Gets the length of the given field.
- getLength
- in file table.inc.php, method GALTableIterator::getLength()
Gets the length of the given field.
- getLength
- in file result.inc.php, method GALIteratorIterator::getLength()
Gets the length of the given field.
- getLength
- in file result.inc.php, method GALResult::getLength()
Gets the length of the given field.
- getLength
- in file table.inc.php, method GALTable::getLength()
Gets the length of the given field.
- getName
- in file config.inc.php, method GALSection::getName()
Returns this section's name.
- getName
- in file config.inc.php, method GALValue::getName()
Returns this value's name.
- getName
- in file table.inc.php, method GALTable::getName()
Returns this table's name.
- getOperand
- in file logexpr.inc.php, method GALExpressionNOT::getOperand()
Get the operand.
- getParent
- in file table.inc.php, method GALTable::getParent()
Returns a reference to this table.
- getParent
- in file result.inc.php, method GALIteratorIterator::getParent()
Returns the top level parent of $iterator.
- getParent
- in file table.inc.php, method GALTableRow::getParent()
Returns the top level parent of this row.
- getParent
- in file table.inc.php, method GALTableIterator::getParent()
Returns the parent of this result.
- getParent
- in file result.inc.php, method GALDesc::getParent()
Return the top level parent of an entity.
- getParent
- in file result.inc.php, method GALResult::getParent()
Returns a reference to this object.
- getParent
- in file result.inc.php, method GALRow::getParent()
Returns the top level parent of an entity.
- getParent
- in file result.inc.php, method GALRowSet::getParent()
Returns the top level parent of $source.
- getPrimaryKey
- in file table.inc.php, method GALTable::getPrimaryKey()
Returns the primary key of this table.
- getResultFactory
- in file table.inc.php, method GALTable::getResultFactory()
Returns the factory to construct results.
- getResultFactory
- in file db.inc.php, method GALDatabase::getResultFactory()
Returns the factory to construct results.
- getRight
- in file logexpr.inc.php, method GALExpressionAND::getRight()
Right operand.
- getRight
- in file logexpr.inc.php, method GALExpressionOR::getRight()
Right operand.
- getRowFactory
- in file table.inc.php, method GALTable::getRowFactory()
Returns the factory to construct rows.
- getRowFactory
- in file table.inc.php, method GALTableIterator::getRowFactory()
Returns the factory to construct rows.
- getRowFactory
- in file result.inc.php, method GALResult::getRowFactory()
Returns the factory to construct rows.
- getRows
- in file result.inc.php, method GALRowSet::getRows()
Returns an array with all rows in this list.
- getSections
- in file config.inc.php, method GALSection::getSections()
List all defined section inside the current section.
- getTable
- in file table.inc.php, method GALTableIterator::getTable()
Gets the name of the table the given field is contained in.
- getTable
- in file result.inc.php, method GALResult::getTable()
Gets the name of the table the given field is contained in.
- getTable
- in file result.inc.php, method GALIteratorIterator::getTable()
Gets the name of the table the given field is contained in.
- getTable
- in file table.inc.php, method GALTable::getTable()
Gets the name of the table the given field is contained in.
- getTable
- in file result.inc.php, method GALRowSet::getTable()
Gets the name of the table the given field is contained in.
- getTable
- in file result.inc.php, method GALRow::getTable()
Gets the name of the table the given field is contained in.
- getTable
- in file result.inc.php, method GALDesc::getTable()
Gets the name of the table the given field is contained in.
- getTableFactory
- in file db.inc.php, method GALDatabase::getTableFactory()
Returns the factory to construct tables.
- getType
- in file table.inc.php, method GALTableIterator::getType()
Gets the type of the given field.
- getType
- in file result.inc.php, method GALIteratorIterator::getType()
Gets the type of the given field.
- getType
- in file table.inc.php, method GALTable::getType()
Gets the type of the given field.
- getType
- in file result.inc.php, method GALDesc::getType()
Gets the type of the given field.
- getType
- in file result.inc.php, method GALResult::getType()
Gets the type of the given field.
- getType
- in file result.inc.php, method GALRow::getType()
Gets the type of the given field.
- getType
- in file result.inc.php, method GALRowSet::getType()
Gets the type of the given field.
- getValues
- in file config.inc.php, method GALSection::getValues()
List all defined values inside the current section.
- globalvars.inc.php
- procedural page globalvars.inc.php
- GAL_EDatabase
- in file exception.inc.php, class GAL_EDatabase
Thrown on Database-related errors.
- GAL_EFormData
- in file exception.inc.php, class GAL_EFormData
Thrown if an error occurs when parsing data submitted by a form.
- GAL_EGlobalVars
- in file exception.inc.php, class GAL_EGlobalVars
Thrown if something bad happens inside GALGlobalvars or a related class.
- GAL_EI18n
- in file exception.inc.php, class GAL_EI18n
Thrown on errors concerning intrnationalization, e.g. GAL_I18n
- GAL_EProperty
- in file exception.inc.php, class GAL_EProperty
Thrown when one tries to access an invalid property with the magic __get() and __set() methods.
top
top
i
- $index
- in file result.inc.php, variable GALIteratorIterator::$index
The current row.
- $index
- in file result.inc.php, variable GALRowSet::$index
Current row.
- $index
- in file result.inc.php, variable GALResult::$index
Index of the current row.
- $isPrivate
- in file skeleton.inc.php, variable GALSkeleton::$isPrivate
TRUE if the current page is private.
- $items
- in file table.inc.php, variable GALTableIterator::$items
- $iterator
- in file result.inc.php, variable GALIteratorIterator::$iterator
The parent iterator.
- insert
- in file table.inc.php, method GALTable::insert()
Inserts a row into this table.
- insertMultiple
- in file table.inc.php, method GALTable::insertMultiple()
Inserts multiple rows into the database.
- isField
- in file result.inc.php, method GALRowSet::isField()
Checks if the given field is contained in $source.
- isField
- in file result.inc.php, method GALRow::isField()
Checks if the given field is contained in a result.
- isField
- in file table.inc.php, method GALTable::isField()
Checks if the given field is contained in a result.
- isField
- in file result.inc.php, method GALDesc::isField()
Checks if the given field is contained in a result.
- isField
- in file result.inc.php, method GALIteratorIterator::isField()
Checks if the given field is contained in $iterator.
- isField
- in file result.inc.php, method GALResult::isField()
Checks if the given field is contained in a result.
- iterator
- in file result.inc.php, method GALResult::iterator()
Creates a new iterator on the data of this result.
- iterator
- in file result.inc.php, method GALIteratorIterator::iterator()
Creates a new iterator on the data of $iterator.
- iterator
- in file result.inc.php, method GALRowSet::iterator()
Creates a new iterator on the data of this iterator.
- iterator
- in file result.inc.php, method GALResultIterator::iterator()
Returns a new ResultIterator on the data of this iterator.
- i18n.inc.php
- procedural page i18n.inc.php
- UINT
- in file globalvars.inc.php, class constant GALVariable::UINT
Indicates an unsigned integer.
top
top
top
n
- $num_fields
- in file result.inc.php, variable GALResult::$num_fields
Number of fields in this database result.
- $num_rows
- in file result.inc.php, variable GALRowSet::$num_rows
The number of rows that is currently contained inside this iterator.
- $num_rows
- in file result.inc.php, variable GALResult::$num_rows
Number of rows in this database result.
- INT
- in file globalvars.inc.php, class constant GALVariable::INT
Indicates a signed integer.
- nocache
- in file skeleton.inc.php, method GALSkeleton::nocache()
Forbids caching.
top
o
- $output
- in file skeleton.inc.php, variable GALSkeleton::$output
control the output format
- COOKIE
- in file globalvars.inc.php, class constant GALDescriptor::COOKIE
Indicates that a value is transmitted with a cookie.
- POST
- in file globalvars.inc.php, class constant GALDescriptor::POST
Indicates that a value is transmitted with POST.
top
top
top
r
- $resultFactory
- in file table.inc.php, variable GALTable::$resultFactory
- $resultFactory
- in file db.inc.php, variable GALDatabase::$resultFactory
- $rollingBack
- in file db.inc.php, variable GALDatabase::$rollingBack
Indicates if a nested transaction is rolled back.
- $rowFactory
- in file table.inc.php, variable GALTable::$rowFactory
- $rowFactory
- in file result.inc.php, variable GALResult::$rowFactory
- $rows
- in file result.inc.php, variable GALRowSet::$rows
The rows of this iterator.
- $rows
- in file table.inc.php, variable GALTable::$rows
All rows loaded from this table are registered here.
- result.inc.php
- procedural page result.inc.php
- rawCount
- in file table.inc.php, method GALTable::rawCount()
Counts rows from this table.
- rawLoad
- in file table.inc.php, method GALTable::rawLoad()
Loads rows from this table.
- rawQuery
- in file db.inc.php, method GALDatabase::rawQuery()
Wrapper for mysql_query().
- reconnect
- in file db.inc.php, method GALDatabase::reconnect()
Closes the current connection and open a new one.
- register
- in file table.inc.php, method GALTable::register()
Registers the specified row or returns an already registered row.
- register
- in file globalvars.inc.php, method GALGlobalVars::register()
Registers a GET, POST or COOKIE parameter.
- registered
- in file globalvars.inc.php, method GALGlobalVars::registered()
Checks if a parameter with the given name is registered.
- registered
- in file table.inc.php, method GALTable::registered()
Checks if the specified row is already registered.
- remove
- in file result.inc.php, method GALRowSet::remove()
Removes the specified row form this list.
- remove
- in file config.inc.php, method GALSection::remove()
Remove the specified value or section.
- removeFrom
- in file config.inc.php, method GALSection::removeFrom()
Deletes the section's tag from the given node.
- removeFrom
- in file config.inc.php, method GALValue::removeFrom()
Deletes the value's tag from the given node.
- rewind
- in file result.inc.php, method GALResult::rewind()
Sets the internal pointer to zero.
- rewind
- in file result.inc.php, method GALResultIterator::rewind()
Moves the internal pointer to position 0.
- rewind
- in file result.inc.php, method GALIteratorIterator::rewind()
Sets the internal pointer to zero.
- rewind
- in file result.inc.php, method GALRowSet::rewind()
Sets the internal pointer to zero.
- rollback
- in file db.inc.php, method GALDatabase::rollback()
Roll back the current transaction.
- row
- in file table.inc.php, method GALTable::row()
Fetches a row matching the given key from the database.
- row
- in file result.inc.php, method GALResult::row()
Fetches the row with the specified index (starting from 0).
- row
- in file result.inc.php, method GALResultIterator::row()
Fetches the row with the given index.
- row
- in file result.inc.php, method GALRowSet::row()
Fetches the row with the specified index (starting from 0).
- row
- in file result.inc.php, method GALIteratorIterator::row()
Fetches the row with the specified index (starting from 0).
top
s
- $source
- in file result.inc.php, variable GALRowSet::$source
The parent of all rows contained in this iterator.
- skeleton.inc.php
- procedural page skeleton.inc.php
- sectionExists
- in file config.inc.php, method GALSection::sectionExists()
Test if the specified section exists
- serialize
- in file skeleton.inc.php, method GALSkeleton::serialize()
Write the contents of this page to stdout.
- set
- in file globalvars.inc.php, method GALVariable::set()
Sets the value of this variable.
- set
- in file globalvars.inc.php, method GALGlobalVars::set()
Set a certain parameter to a certain value.
- set
- in file table.inc.php, method GALTableRow::set()
Sets the specified field of this row to the specified value.
- setcookies
- in file globalvars.inc.php, method GALGlobalVars::setcookies()
Sets cookies for all parameters that have GALDescriptor::COOKIE as source.
- setLeft
- in file logexpr.inc.php, method GALExpressionAND::setLeft()
Set the left operand.
- setLeft
- in file logexpr.inc.php, method GALExpressionOR::setLeft()
Set the right operand.
- setOperand
- in file logexpr.inc.php, method GALExpressionNOT::setOperand()
Set the operand.
- setPrivate
- in file skeleton.inc.php, method GALSkeleton::setPrivate()
Marks the page as private
- setRegistered
- in file table.inc.php, method GALTable::setRegistered()
Set the entry in $rows specified by &$keys to the specified value.
- setResultFactory
- in file db.inc.php, method GALDatabase::setResultFactory()
Sets the factory to construct results.
- setRight
- in file logexpr.inc.php, method GALExpressionAND::setRight()
Set the right operand.
- setRight
- in file logexpr.inc.php, method GALExpressionOR::setRight()
Set the right operand.
- setRowFactory
- in file result.inc.php, method GALResult::setRowFactory()
Sets the factory to construct rows.
- setRowFactory
- in file table.inc.php, method GALTableIterator::setRowFactory()
Changing the row factory is not possible.
- setTableFactory
- in file db.inc.php, method GALDatabase::setTableFactory()
Sets the factory to construct tables.
- setType
- in file config.inc.php, method GALValue::setType()
Set the value's type.
- shorten
- in file skeleton.inc.php, method GALSkeleton::shorten()
Shortens the given string to the given length.
- sprintf
- in file i18n.inc.php, method GAL_I18n::sprintf()
Translate a string.
- startTransaction
- in file db.inc.php, method GALDatabase::startTransaction()
Starts a SQL transaction.
- stripKeys
- in file table.inc.php, method GALTable::stripKeys()
Removes all fields from the submitted data which belong to the primary key.
top
top
top
top
|
|