select_all_fields
select_all_fields
select_all_fields()
$report = new ReportOptions(SRE_PUBLIC_REPORT);
$report->select_tables(array("items"))
->select_all_fields();
$engine = new CustomEngine($report);
$report_path = $engine->create_report();