typo3 debug

raw

sql-queries.php

1
2
3
4
5
6
7
8
<?php
$GLOBALS['TYPO3_DB']->store_lastBuiltQuery = true;
 
//exec query
 
var_dump($GLOBALS['TYPO3_DB']->debug_lastBuiltQuery);
?>
 
raw

variable-to-logfile.php

1
file_put_contents(PATH_site . '/typo3temp/cw.log', "copyinsert\n" . var_export($rows, true) . "\n", FILE_APPEND);
Christian Weiske Christian Weiske
owner

History