Element index for package Record

[ a ] [ c ] [ d ] [ f ] [ g ] [ i ] [ k ] [ l ] [ m ] [ p ] [ r ] [ s ] [ u ] [ _ ]



'_'

$_callback
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_callback
$_columns
in file Record.class.php, variable Gumbo_Record::$_columns
$_columns
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_columns
$_columns_count
in file Record.class.php, variable Gumbo_Record::$_columns_count
$_columns_extra
in file Record.class.php, variable Gumbo_Record::$_columns_extra
$_columns_mod
in file Record.class.php, variable Gumbo_Record::$_columns_mod
$_loaded
in file Record.class.php, variable Gumbo_Record::$_loaded
$_maps
in file Record.class.php, variable Gumbo_Record::$_maps
$_map_form
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_map_form
$_map_key
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_map_key
$_map_method
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_map_method
$_map_xml
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_map_xml
$_modified
in file Record.class.php, variable Gumbo_Record::$_modified
$_primary_key
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_primary_key
$_primary_value
in file Record.class.php, variable Gumbo_Record::$_primary_value
$_prototype
in file Record.class.php, variable Gumbo_Record::$_prototype
$_read_only
in file Record.class.php, variable Gumbo_Record::$_read_only
$_record
in file Flyweight.class.php, variable Gumbo_Record_Flyweight::$_record
$_table
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_table
$_xml_parent
in file Prototype.class.php, variable Gumbo_Record_Prototype::$_xml_parent
_getCallback
in file Record.class.php, method Gumbo_Record::_getCallback()
    Returns the callback function/method
_getMap
in file Record.class.php, method Gumbo_Record::_getMap()
    Gets the selected Map
_isColumn
in file Record.class.php, method Gumbo_Record::_isColumn()
    Returns if the column exists
_isColumnCount
in file Record.class.php, method Gumbo_Record::_isColumnCount()
    Returns if the supplied column was marked as a Count Column
_isColumnExtra
in file Record.class.php, method Gumbo_Record::_isColumnExtra()
    Returns if the extra column key exists
_isColumnMod
in file Record.class.php, method Gumbo_Record::_isColumnMod()
    Returns if the supplied column was modified
_reload
in file Record.class.php, method Gumbo_Record::_reload()
    Loads new Record or refreshes the saved/created Item values
_setLoaded
in file Record.class.php, method Gumbo_Record::_setLoaded()
    Sets if the record was loaded
_setModified
in file Record.class.php, method Gumbo_Record::_setModified()
    Sets if the record was modified
__construct
in file Flyweight.class.php, method Gumbo_Record_Flyweight::__construct()
    Constructor
__construct
in file Record.class.php, method Gumbo_Record::__construct()
    Constructor
__get
in file Record.class.php, method Gumbo_Record::__get()
    Returns the raw value of the column name
__isset
in file Record.class.php, method Gumbo_Record::__isset()
    Returns if the column is set
__set
in file Record.class.php, method Gumbo_Record::__set()
    Sets the value of a table column using 'key' map
__sleep
in file Record.class.php, method Gumbo_Record::__sleep()
    Serialized method
__unset
in file Record.class.php, method Gumbo_Record::__unset()
    Unsets the value of the supplied table column
__wakeup
in file Record.class.php, method Gumbo_Record::__wakeup()
    Unserialized method
top



'a'

add
in file Record.class.php, method Gumbo_Record::add()
    Adds (increments) to the current count columns value
addColumn
in file Prototype.class.php, method Gumbo_Record_Prototype::addColumn()
    Adds a table Column to the list
addMap
in file Record.class.php, method Gumbo_Record::addMap()
    Adds a Map (not used)
asXML
in file Record.class.php, method Gumbo_Record::asXML()
    Returns the object as an XML formatted string
top



'c'

create
in file Record.class.php, method Gumbo_Record::create()
    Creates a new record in the database
top



'd'

decrement
in file Record.class.php, method Gumbo_Record::decrement()
    Wrapper to sub() method
top



'f'

Flyweight.class.php
procedural page Flyweight.class.php
top



'g'

get
in file Flyweight.class.php, method Gumbo_Record_Flyweight::get()
    Returns the Record object, re-loading with the new data
get
in file Record.class.php, method Gumbo_Record::get()
    Returns the value of a column
getAllColumns
in file Record.class.php, method Gumbo_Record::getAllColumns()
    Returns the entire Columns array
getAllColumnsCount
in file Record.class.php, method Gumbo_Record::getAllColumnsCount()
    Returns all the count columns
getAllColumnsExtra
in file Record.class.php, method Gumbo_Record::getAllColumnsExtra()
    Returns all the extra columns array
getAllColumnsMod
in file Record.class.php, method Gumbo_Record::getAllColumnsMod()
    Returns all modified table columns array
getCallback
in file Prototype.class.php, method Gumbo_Record_Prototype::getCallback()
    Returns the callback function/method
getColumns
in file Prototype.class.php, method Gumbo_Record_Prototype::getColumns()
    Returns the Columns (key=>column_name, value=>[bool] indicating count column)
getMap
in file Record.class.php, method Gumbo_Record::getMap()
    Gets the selected Map (not used)
getMap
in file Prototype.class.php, method Gumbo_Record_Prototype::getMap()
    Gets the selected Map
getPrimaryKey
in file Record.class.php, method Gumbo_Record::getPrimaryKey()
    Returns the primary key name
getPrimaryKey
in file Prototype.class.php, method Gumbo_Record_Prototype::getPrimaryKey()
    Returns the Primary Key
getPrimaryValue
in file Record.class.php, method Gumbo_Record::getPrimaryValue()
    Returns the primary key value
getPrototype
in file Record.class.php, method Gumbo_Record::getPrototype()
    Returns the Prototype
getTable
in file Prototype.class.php, method Gumbo_Record_Prototype::getTable()
    Returns the Table Name
getTable
in file Record.class.php, method Gumbo_Record::getTable()
    Returns the table name
getXMLParent
in file Record.class.php, method Gumbo_Record::getXMLParent()
    Returns the XML parent element name
getXMLParent
in file Prototype.class.php, method Gumbo_Record_Prototype::getXMLParent()
    Returns the XML parent element name
Gumbo_Record
in file Record.class.php, class Gumbo_Record
    Generic Record Class
Gumbo_Record_Flyweight
in file Flyweight.class.php, class Gumbo_Record_Flyweight
    Record Flyweight Class
Gumbo_Record_Prototype
in file Prototype.class.php, class Gumbo_Record_Prototype
    Abstract Record Prototype Class
top



'i'

increment
in file Record.class.php, method Gumbo_Record::increment()
    Wrapper to add() method
init
in file Record.class.php, method Gumbo_Record::init()
    Initializes the Record by passing a Record_Prototype
isLoaded
in file Record.class.php, method Gumbo_Record::isLoaded()
    Returns if the records was loaded
isMap
in file Prototype.class.php, method Gumbo_Record_Prototype::isMap()
    Returns if a Map exists
isMap
in file Record.class.php, method Gumbo_Record::isMap()
    Returns if the Map exists
isModified
in file Record.class.php, method Gumbo_Record::isModified()
    Returns if the record was modified
isReadOnly
in file Record.class.php, method Gumbo_Record::isReadOnly()
    Returns if the record accesses the database
top



'k'

kill
in file Record.class.php, method Gumbo_Record::kill()
    Removes the record from the database
top



'l'

load
in file Record.class.php, method Gumbo_Record::load()
    Loads the record into memory
loadXML
in file Record.class.php, method Gumbo_Record::loadXML()
    Loads an XML string, but only the first level of the parent
top



'm'

map
in file Record.class.php, method Gumbo_Record::map()
    Maps information into the Mapper
mapColumn
in file Prototype.class.php, method Gumbo_Record_Prototype::mapColumn()
    Assigns a Foreign Key to the given Column Name Map
top



'p'

Prototype.class.php
procedural page Prototype.class.php
top



'r'

Record.class.php
procedural page Record.class.php
removeMap
in file Record.class.php, method Gumbo_Record::removeMap()
    Deletes a Map (not used)
reset
in file Record.class.php, method Gumbo_Record::reset()
    Resets the object by removing the values from the modified array
resetMaps
in file Record.class.php, method Gumbo_Record::resetMaps()
    Clears all the Maps (not used)
top



's'

save
in file Record.class.php, method Gumbo_Record::save()
    Saves a modified record to the database
set
in file Record.class.php, method Gumbo_Record::set()
    Sets the value of a table column
setCallback
in file Prototype.class.php, method Gumbo_Record_Prototype::setCallback()
    Sets the callback function/method
setCallbackClass
in file Prototype.class.php, method Gumbo_Record_Prototype::setCallbackClass()
    Sets the callback class, which should contain a 'select', 'update', 'insert', and/or 'delete' methods
setPrimaryKey
in file Prototype.class.php, method Gumbo_Record_Prototype::setPrimaryKey()
    Sets the primary key column name
setPrimaryValue
in file Record.class.php, method Gumbo_Record::setPrimaryValue()
    Sets the primary key column value
setReadOnly
in file Record.class.php, method Gumbo_Record::setReadOnly()
    Sets the object as read only
setRecord
in file Flyweight.class.php, method Gumbo_Record_Flyweight::setRecord()
    Sets the Record object to use
setTable
in file Prototype.class.php, method Gumbo_Record_Prototype::setTable()
    Sets the table name
setXMLParent
in file Prototype.class.php, method Gumbo_Record_Prototype::setXMLParent()
    Sets the XML Parent name
sub
in file Record.class.php, method Gumbo_Record::sub()
    Subtracts (decrement) one from the count column value
top



'u'

unload
in file Record.class.php, method Gumbo_Record::unload()
    Clears the object values, leaves the columns structure
top