protected function log($statement, $status, $data = null) { $this->log[] = array($this->num_operations . " ", $statement, $this->lastRowCount() . " ", $data, Ac::timerStop(), $status, $this->config["instance"]); }