We recently discover following tslib_cobj functions. It seems the better way to access database but we don't know if they are used by everybody or they are deprecated.
function DBgetDelete($table, $uid, $doExec=FALSE) function DBgetUpdate($table, $uid, $dataArr, $fieldList, $doExec=FALSE) function DBgetInsert($table, $pid, $dataArr, $fieldList, $doExec=FALSE) function exec_getQuery($table, $conf) function getQuery($table, $conf, $returnQueryArray=FALSE) In adding, we don't know the correct way to use exec_getQuery, especially in use of $conf array. Could somebody tell me if this functions are really the better way and how use them correctly? Thank in advance, -- Iván Gómez Rodríguez ([EMAIL PROTECTED]) Ingeniero en Informática _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
