Welcome Guest, Not a member yet? Register   Sign In
problem with dompdf
#3

[eluser]romeo[/eluser]
Dear Forum Member,


Thanks for bambooinvoice.


I have read and test it ready. But when i apply to my project Still not work. i still got message "Page load error".

This is my code.

Code:
function pdf($output = TRUE)
    {
        $this->load->plugin('to_pdf');
        $this->load->helper('file');
        $data['title'] ='Daily Report';
        $data['dialy_visitor'] = $this->report->daily_visitor();
        $html = $this->load->view('report/report_visitor_daily', $data, TRUE);
        pdf_create($html,Daily_Report,$output);
    }


Please help me agian.


Best regards,


Messages In This Thread
problem with dompdf - by El Forum - 06-29-2009, 12:12 AM
problem with dompdf - by El Forum - 06-29-2009, 12:21 AM
problem with dompdf - by El Forum - 06-29-2009, 02:08 AM
problem with dompdf - by El Forum - 06-29-2009, 02:19 AM
problem with dompdf - by El Forum - 06-29-2009, 02:25 AM
problem with dompdf - by El Forum - 06-29-2009, 02:27 AM
problem with dompdf - by El Forum - 06-29-2009, 02:34 AM
problem with dompdf - by El Forum - 06-29-2009, 02:36 AM
problem with dompdf - by El Forum - 06-29-2009, 02:38 AM
problem with dompdf - by El Forum - 06-29-2009, 03:25 AM
problem with dompdf - by El Forum - 06-29-2009, 07:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB