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