Exemple #1
0
 /**
  * Insert a row into a table.
  * @see wpdb::insert()
  */
 public function insert(array $data)
 {
     return $this->connection->insert($this, $data);
 }