Ejemplo n.º 1
0
 /**
  * Update a row in the table.
  * @see wpdb::update()
  */
 public function update(array $data, array $where)
 {
     return $this->connection->update($this, $data, $where);
 }