Exemplo n.º 1
0
 /**
  * insert.
  */
 public function insert($a, array $options = array())
 {
     $this->time->start();
     $return = parent::insert($a, $options);
     $time = $this->time->stop();
     $this->log(array('type' => 'insert', 'a' => $a, 'options' => $options, 'time' => $time));
     return $return;
 }