コード例 #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"]);
 }