fields

  1. drupal
    1. drupal7
Versionen
drupal7 public UpdateQuery::fields(array $fields)

Add a set of field->value pairs to be updated.

Übergabeparameter

$fields An associative array of fields to write into the database. The array keys are the field names while the values are the values to which to set them.

Rückgabewert

The called object.

Verwandte Themen

Code

includes/database/query.inc, line 966

<?php
public function fields(array $fields) {
  $this->fields = $fields;
  return $this;
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen