logQuery() protected method

protected logQuery ( $sql, $queryResponse, $microtimeStart ) : boolean
return boolean Whether or not log info was actually generated and saved, false by default for performance reasons, can be enabled in the configuration file.
Example #1
0
 /**
  * Stacks the queries made during the current DB incarnation.
  * @param string $query
  */
 public function recordQuery($query)
 {
     \Database::logQuery($query);
 }