Rudy Gnodde wrote: > Hello Ivan, > > I mostly use the functions exec_SELECTgetRows, exec_SELECTquery, > exec_DELETEquery, exec_UPDATEquery and exec_INSERTquery in the t3lib_db > class. You can access them through the global TYPO3_DB variable > ($GLOBALS['TYPO3_DB']->exec_...) and if you search for these functions > in your favorite search engine you should be able to find a reference > for them. > > Regards, > > Rudy Gnodde > WIND Internet
And while you're add it you might also want to look at the fullQuoteStr function (also in t3lib_db) and enableFields (from cObj). Regards, Rudy Gnodde WIND Internet http://www.windinternet.nl _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
