Exemple #1
0
 function downloadreport()
 {
     $myReportController = new ReportController();
     $myReportController->generateDownload();
 }