Index of all elements
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ j ]
[ l ]
[ n ]
[ o ]
[ q ]
[ r ]
[ s ]
[ u ]
[ v ]
[ w ]
[ _ ]
top
d
- DB_DataObject
- in file DataObject.php, class DB_DataObject
The main "DB_DataObject" class is really a base class for your own tables classes
- DataObject.php
- procedural page DataObject.php
- DB_DATAOBJECT_BOOL
- in file DataObject.php, constant DB_DATAOBJECT_BOOL
- DB_DATAOBJECT_DATE
- in file DataObject.php, constant DB_DATAOBJECT_DATE
- DB_DATAOBJECT_ERROR_INVALIDARGS
- in file DataObject.php, constant DB_DATAOBJECT_ERROR_INVALIDARGS
- DB_DATAOBJECT_ERROR_INVALIDCONFIG
- in file DataObject.php, constant DB_DATAOBJECT_ERROR_INVALIDCONFIG
- DB_DATAOBJECT_ERROR_NOCLASS
- in file DataObject.php, constant DB_DATAOBJECT_ERROR_NOCLASS
- DB_DATAOBJECT_ERROR_NODATA
- in file DataObject.php, constant DB_DATAOBJECT_ERROR_NODATA
- DB_DataObject_Generator
- in file Generator.php, class DB_DataObject_Generator
The main "DB_DataObject" class is really a base class for your own tables classes
- DB_DATAOBJECT_INT
- in file DataObject.php, constant DB_DATAOBJECT_INT
these are constants for the get_table array user to determine what type of escaping is required around the object vars.
- DB_DATAOBJECT_STR
- in file DataObject.php, constant DB_DATAOBJECT_STR
- DB_DATAOBJECT_TIME
- in file DataObject.php, constant DB_DATAOBJECT_TIME
- DB_DATAOBJECT_TXT
- in file DataObject.php, constant DB_DATAOBJECT_TXT
- debug
- in file DataObject.php, method DB_DataObject::debug()
Debugger. - use this in your extended classes to output debugging information.
- debugLevel
- in file DataObject.php, method DB_DataObject::debugLevel()
sets and returns debug level eg. DB_DataObject::debugLevel(4);
- delete
- in file DataObject.php, method DB_DataObject::delete()
Deletes items from table which match current objects variables
- derivedHookFunctions
- in file Generator.php, method DB_DataObject_Generator::derivedHookFunctions()
hook to add extra methods to all classes
- derivedHookVar
- in file Generator.php, method DB_DataObject_Generator::derivedHookVar()
hook for var lines called each time a var line is generated, override to add extra var lines
top
top
top
i
- insert
- in file DataObject.php, method DB_DataObject::insert()
Insert the current objects variables into the database
top
j
- joinAdd
- in file DataObject.php, method DB_DataObject::joinAdd()
joinAdd - adds another dataobject to this, building a joined query.
top
top
n
- $N
- in file DataObject.php, variable DB_DataObject::$N
The Number of rows returned from a query
top
top
top
r
- raiseError
- in file DataObject.php, method DB_DataObject::raiseError()
Default error handling is to create a pear error, but never return it.
top
top
u
- update
- in file DataObject.php, method DB_DataObject::update()
Updates current objects variables into the database uses the _get_keys() to decide how to update Returns the true on success
top
top
top
_
- $_lastError
- in file DataObject.php, variable DB_DataObject::$_lastError
Last Error that has occured $last_error = &PEAR::getStaticProperty('DB_DataObject','lastError');
top
Documentation generated on Fri, 30 Apr 2004 22:11:19 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|