这是输出杂耍get_results()
做如果你look at the source for get_results()
, 查询工作由以下人员完成query()
. 之后的所有操作都只是将结果“强制”到$output
论点
1946 public function get_results( $query = null, $output = OBJECT ) {
1947 $this->func_call = "\\$db->get_results(\\"$query\\", $output)";
1948
1949 if ( $query )
1950 $this->query( $query );
1951 else
1952 return null;