Example #1
0
 /**
  * @see Collection::batchInsert()
  */
 public function batchInsert(array &$a, array $options = array())
 {
     $this->log(array('batchInsert' => true, 'num' => count($a), 'data' => $a, 'options' => $options));
     return parent::batchInsert($a, $options);
 }