[TYPO3-core] RFC: #14394: Better debug output for SQL Explain

Susanne Moog info at susannemoog.de
Wed May 19 19:40:16 CEST 2010


Hey,

in general +1 by reading and testing, though I'd change:

+ t3lib_div::debug($data, 'tables ' . $from_table, 'DB SQL EXPLAIN');

to

+ t3lib_div::debug($data, 'tables: ' . $from_table, 'DB SQL EXPLAIN');

(yeah, i know, nitpicking ;) but I think it looks nicer with the colon)

Susanne


More information about the TYPO3-team-core mailing list