condition

  1. drupal
    1. drupal7
Versionen
drupal7 public UpdateQuery::condition($field, $value = NULL, $operator = '=')

Verwandte Themen

Code

includes/database/query.inc, line 922

<?php
public function condition($field, $value = NULL, $operator = '=') {
  if (!isset($num_args)) {
    $num_args = func_num_args();
  }
  $this->condition->condition($field, $value, $operator, $num_args);
  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