コード例 #1
0
ファイル: clsDB.php プロジェクト: shifter/ospap2
 /** Prints out the query, for the purpose of debugging. */
 protected static function printQuery($SQL)
 {
     echo "<pre>" . clsDB::doFullReplace($SQL) . "</pre>";
 }