function SelectQueryExtender::fields
Overrides SelectQueryInterface::fields
File
-
includes/
database/ select.inc, line 736
Class
- SelectQueryExtender
- The base extender class for Select queries.
Code
public function fields($table_alias, array $fields = array()) {
$this->query
->fields($table_alias, $fields);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.