Veraltete Elemente

Element nusoap_base::formatDump ($str)

Element soap_transport_http::decodeChunked ($buffer, $lb)

Element soapclient::getDefaultRpcParams ()

Element soapclient::setDefaultRpcParams ($rpcParams)

Element t3lib_BEfunc::DBcompileInsert ($table, $fields_values)

Element t3lib_BEfunc::DBcompileUpdate ($table, $where, $fields_values)

Element t3lib_BEfunc::getSetUpdateSignal ($set= '')
since TYPO3 4.2, please use the setUpdateSignal function instead, as it allows you to add more parameters

Element t3lib_BEfunc::listQuery ($field, $value)
Use $GLOBALS['TYPO3_DB']->listQuery() directly!

Element t3lib_BEfunc::mm_query ($select, $local_table, $mm_table, $foreign_table, $whereClause= '', $groupBy= '', $orderBy= '', $limit= '')

Element t3lib_BEfunc::searchQuery ($searchWords, $fields, $table= '')
Use $GLOBALS['TYPO3_DB']->searchQuery() directly!

Element t3lib_BEfunc::titleAttrib ($content= '', $hsc=0)
The idea made sense with older browsers, but now all browsers should support the "title" attribute - so just hardcode the title attribute instead!

Element t3lib_DB::DELETEquery ($table, $where)
use exec_DELETEquery() instead if possible!

Element t3lib_DB::INSERTquery ($table, $fields_values, $no_quote_fields=FALSE)
use exec_INSERTquery() instead if possible!

Element t3lib_DB::SELECTquery ($select_fields, $from_table, $where_clause, $groupBy='', $orderBy='', $limit='')
use exec_SELECTquery() instead if possible!

Element t3lib_DB::UPDATEquery ($table, $where, $fields_values, $no_quote_fields=FALSE)
use exec_UPDATEquery() instead if possible!

Element t3lib_div::breakTextForEmail ($str, $implChar="\n", $charWidth=76)
Use PHP function wordwrap()

Element t3lib_div::convUmlauts ($str)
Works only for western europe single-byte charsets! Use t3lib_cs::specCharsToASCII() instead!

Element t3lib_div::danish_strtoupper ($string)
Use t3lib_cs::conv_case() instead or for HTML output, wrap your content in ...)

Element t3lib_div::fixed_lgd ($string, $origChars, $preStr='...')
Works ONLY for single-byte charsets! USE t3lib_div::fixed_lgd_cs() instead

Element t3lib_div::fixed_lgd_pre ($string, $chars)
Use either fixed_lgd() or fixed_lgd_cs() (with negative input value for $chars)

Element t3lib_div::GParrayMerged ($var)

Element t3lib_div::GPvar ($var, $strip=0)
Use t3lib_div::_GP instead (ALWAYS delivers a value with un-escaped values!)

Element t3lib_div::implodeParams (array $arr, $xhtmlSafe=FALSE, $dontOmitBlankAttribs=FALSE)
Name was changed into implodeAttributes

Element t3lib_div::uniqueArray (array $valueArray)
Use the PHP function array_unique instead

Element t3lib_htmlmail::convertName ($name)
since TYPO3 4.0, remove in TYPO3 4.3

Element t3lib_htmlmail::quoted_printable ($string)
since TYPO3 4.0, remove in TYPO 4.3

Element t3lib_install::getFieldDefinitions_sqlContent ($fileContent)
since TYPO3 4.2 Use ->getFieldDefinitions_fileContent() instead!

Element t3lib_stdGraphic::imageCreateFromGif ($sourceImg)

Element t3lib_stdGraphic::imageGif ($destImg, $theImage)

Element t3lib_TCEforms::noTitle ($str, $wrapParts=array())

Element t3lib_TCEforms_inline::getJSON ($jsonArray)
Since TYPO3 4.2: Moved to t3lib_div::array2json

Element t3lib_TCEforms_inline::getNewRecordLink ($objectPrefix, $conf=array())
since TYPO3 4.2.0-beta1

Element t3lib_TCEforms_inline::initForAJAX ($method, &$arguments)
since TYPO3 4.2.0-alpha3

Element t3lib_TStemplate::checkFile ($name, $menuArr)

Element wsdl::serializeParameters ($operation, $direction, $parameters)

Element XMLSchema::getPHPType ($type, $ns)

Element XMLSchema::serializeTypeDef ($type)

Element XMLSchema::typeToForm ($name, $type)
 Alle Klassen Namensbereiche Funktionen Variablen

Erzeugt am Wed Oct 28 16:40:20 2009 für Typo3 von  doxygen 1.6.1