示例#1
0
 public function fields($table_alias, array $fields = array())
 {
     $this->query->fields($table_alias, $fields);
     return $this;
 }