public DeleteQuery::where($snippet, $args = array())
includes/database/query.inc, line 803
<?php public function where($snippet, $args = array()) { $this->condition->where($snippet, $args); return $this; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen