|
$result = $this->update->executeBulkWrite($this->db . '.' . $table, $bulk);
|
|
$result = $this->update->executeBulkWrite($this->db . '.' . $table, $bulk);
|
|
$this->log(array('table' => $this->db . '.' . $table, 'insert' => $insert, 'result' => $id));
|
|
$this->log(array('table' => $this->db . '.' . $table, 'insert' => $insert, 'result' => $id));
|