Exemple #1
0
 function reportimagesdownload()
 {
     $myReportController = new ReportController();
     $this->f3->set('report_filter', $_POST['wuzhong']);
     $myReportController->generateAttachmentDownload();
 }