/** Prints out the query, for the purpose of debugging. */ protected static function printQuery($SQL) { echo "<pre>" . clsDB::doFullReplace($SQL) . "</pre>"; }