예제 #1
0
파일: pdo.php 프로젝트: rperello/Anidcore
 protected function log($statement, $status, $data = null)
 {
     $this->log[] = array($this->num_operations . " ", $statement, $this->lastRowCount() . " ", $data, Ac::timerStop(), $status, $this->config["instance"]);
 }