| Versionen | |
|---|---|
| drupal7 | public QueryConditionInterface::where($snippet, $args = array()) |
Add an arbitrary WHERE clause to the query.
$snippet A portion of a WHERE clause as a prepared statement. It must use named placeholders, not ? placeholders.
$args An associative array of arguments.
The called object.
includes/
<?php
public function where($snippet, $args = array());
?>
Kommentare
Kommentar hinzufügen