Performance optimizations
This commit is contained in:
@@ -62,7 +62,14 @@ class FronkDB {
|
||||
}
|
||||
|
||||
if(FRONKDB_SQLDEBUG==true) {
|
||||
/*$this->log->debug("[FronkDB] ================");
|
||||
$this->log->debug("[FronkDB] START SQL QUERY");
|
||||
$bt = debug_backtrace();
|
||||
foreach($bt as $n => $b) {
|
||||
$this->log->debug($n.") ".$b["file"]."(".$b['line']."): ".$b['class']."->".$b['function']."()" );
|
||||
}*/
|
||||
$this->log->debug("[FronkDB] $sql");
|
||||
//$this->log->debug("[FronkDB] END SQL QUERY");
|
||||
//echo "$sql\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user