[TYPO3] Accessing DB from FE

Rudy Gnodde rgn at windinternet.nl
Wed Oct 31 12:03:30 CET 2007


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


More information about the TYPO3-english mailing list