Exemplo n.º 1
0
Arquivo: MyClass.php Projeto: srccn/hy
 function downloadreport()
 {
     $myReportController = new ReportController();
     $myReportController->generateDownload();
 }