"TYPO3 4.0.1: t3lib_loadDBGroup Class Reference", "datetime" => "Sat Dec 2 19:26:01 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
start ($itemlist, $tablelist, $MMtable='', $MMuid=0) | |
readList ($itemlist) | |
readMM ($tableName, $uid) | |
writeMM ($tableName, $uid, $prependTableName=0) | |
getValueArray ($prependTableName='') | |
convertPosNeg ($valueArray, $fTable, $nfTable) | |
getFromDB () | |
readyForInterface () | |
Public Attributes | |
$fromTC = 1 | |
$registerNonTableValues = 0 | |
$tableArray = Array() | |
$itemArray = Array() | |
$nonTableArray = array() | |
$additionalWhere = array() | |
$checkIfDeleted = 1 | |
$dbPaths = Array() | |
$firstTable = '' | |
$secondTable = '' |
Definition at line 72 of file class.t3lib_loaddbgroup.php.
|
Converts id numbers from negative to positive.
Definition at line 279 of file class.t3lib_loaddbgroup.php. References t3lib_div::testInt(). |
|
Reads all records from internal tableArray into the internal ->results array where keys are table names and for each table, records are stored with uids as their keys. If $this->fromTC is set you can save a little memory since only uid,pid and a few other fields are selected.
Definition at line 301 of file class.t3lib_loaddbgroup.php. |
|
After initialization you can extract an array of the elements from the object. Use this function for that.
Definition at line 251 of file class.t3lib_loaddbgroup.php. |
|
Explodes the item list and stores the parts in the internal arrays itemArray and tableArray from MM records.
Definition at line 140 of file class.t3lib_loaddbgroup.php. References t3lib_div::testInt(), and t3lib_div::trimExplode(). Referenced by start(). |
|
Reads the record tablename/id into the internal arrays itemArray and tableArray from MM records. You can call this function after start if you supply no list to start()
Definition at line 186 of file class.t3lib_loaddbgroup.php. Referenced by start(). |
|
Prepare items from itemArray to be transferred to the TCEforms interface (as a comma list)
Definition at line 333 of file class.t3lib_loaddbgroup.php. References t3lib_div::fixed_lgd_cs(). |
|
Initialization of the class.
Definition at line 99 of file class.t3lib_loaddbgroup.php. References readList(), readMM(), and t3lib_div::trimExplode(). |
|
Writes the internal itemArray to MM table:
Definition at line 215 of file class.t3lib_loaddbgroup.php. |