示例#1
0
文件: MyClass.php 项目: srccn/hy
 function downloadreport()
 {
     $myReportController = new ReportController();
     $myReportController->generateDownload();
 }