コード例 #1
0
function run_html_report()
{
    include_once 'report_object.php';
    //--build report object used for making HTML and PDF
    build_report_object();
}
コード例 #2
0
function run_pdf_report()
{
    build_report_object();
}