fetch_field()) { $this->columns[] = $field->name; } if($d->num_rows > 0) { $d->data_seek(0); while ($line = $d->fetch_row()) { $this->rows[] = $line; } } } } ?>