Exemplo n.º 1
0
 /**
  * 插入
  *
  * @param array $data
  */
 public function insert($data)
 {
     return $this->table->insert($data);
 }