[TYPO3] debug sql-statement of pi_exec_query

Jo Schneider typo3listmember at typo3cms.info
Tue Jan 17 14:49:42 CET 2006


Jo Schneider wrote:

>Hello List,
>
>is there a way to see / debug the sql-statement of pi_exec_query()?
>  
>
One way is to add an invalid $addWhere:
$addWhere = 'x';
$this->pi_exec_query($this->internal['currentTable'],0,$addWhere);


Any more gentle method?





More information about the TYPO3-english mailing list