logQuery() 보호된 메소드

protected logQuery ( $sql, $queryResponse, $microtimeStart ) : boolean
리턴 boolean Whether or not log info was actually generated and saved, false by default for performance reasons, can be enabled in the configuration file.
예제 #1
0
파일: DB.php 프로젝트: sysulsj/phpwebsite
 /**
  * Stacks the queries made during the current DB incarnation.
  * @param string $query
  */
 public function recordQuery($query)
 {
     \Database::logQuery($query);
 }