예제 #1
0
파일: Table.php 프로젝트: wells5609/wp-app
 /**
  * Insert a row into a table.
  * @see wpdb::insert()
  */
 public function insert(array $data)
 {
     return $this->connection->insert($this, $data);
 }