Element index for package DB

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



'_'

__get
in file Record.class.php, method Gumbo_Interface_Record::__get()
    Returns the raw value of the column name
__isset
in file Record.class.php, method Gumbo_Interface_Record::__isset()
    Returns if the Column is set
__set
in file Record.class.php, method Gumbo_Interface_Record::__set()
    Sets the value of a table column
__sleep
in file Record.class.php, method Gumbo_Interface_Record::__sleep()
    Serialized method
__unset
in file Record.class.php, method Gumbo_Interface_Record::__unset()
    Unsets the value of the supplied table column
__wakeup
in file Record.class.php, method Gumbo_Interface_Record::__wakeup()
    Unserialized method
top



'a'

add
in file Record.class.php, method Gumbo_Interface_Record::add()
    Adds (increments) to the current count columns value
asXML
in file Record.class.php, method Gumbo_Interface_Record::asXML()
    Returns the object as an XML formatted string
top



'c'

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



'd'

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



'g'

get
in file Record.class.php, method Gumbo_Interface_Record::get()
    Returns the value of a column
getAllColumns
in file Record.class.php, method Gumbo_Interface_Record::getAllColumns()
    Returns the entire Columns array
getAllColumnsCount
in file Record.class.php, method Gumbo_Interface_Record::getAllColumnsCount()
    Returns all the count columns
getAllColumnsExtra
in file Record.class.php, method Gumbo_Interface_Record::getAllColumnsExtra()
    Returns all the extra columns array
getAllColumnsMod
in file Record.class.php, method Gumbo_Interface_Record::getAllColumnsMod()
    Returns all modified table columns array
getPrimaryKey
in file Record.class.php, method Gumbo_Interface_Record::getPrimaryKey()
    Returns the primary key name
getPrimaryValue
in file Record.class.php, method Gumbo_Interface_Record::getPrimaryValue()
    Returns the primary key value
getTable
in file Record.class.php, method Gumbo_Interface_Record::getTable()
    Returns the table name
getXMLParent
in file Record.class.php, method Gumbo_Interface_Record::getXMLParent()
    Returns the XML parent element name
Gumbo_Interface_Record
in file Record.class.php, class Gumbo_Interface_Record
    Record Interface
top



'i'

increment
in file Record.class.php, method Gumbo_Interface_Record::increment()
    Wrapper to add() method
isLoaded
in file Record.class.php, method Gumbo_Interface_Record::isLoaded()
    Returns if the records was loaded
isModified
in file Record.class.php, method Gumbo_Interface_Record::isModified()
    Returns if the record was modified
isReadOnly
in file Record.class.php, method Gumbo_Interface_Record::isReadOnly()
    Returns if the record accesses the database
top



'k'

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



'l'

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



'r'

Record.class.php
procedural page Record.class.php
reset
in file Record.class.php, method Gumbo_Interface_Record::reset()
    Resets the object by removing the values from the modified array
top



's'

save
in file Record.class.php, method Gumbo_Interface_Record::save()
    Saves a modified record to the database
setReadOnly
in file Record.class.php, method Gumbo_Interface_Record::setReadOnly()
    Sets the object as read only
sub
in file Record.class.php, method Gumbo_Interface_Record::sub()
    Subtracts (decrement) one from the count column value
top



'u'

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