Welcome Guest, Not a member yet? Register   Sign In
domPDF doesn’t work
#2

[eluser]B3ll4triX[/eluser]
Problem Solved...

But, I have new problem.

Unable to stream pdf: headers already sent

controller:
Code:
function to_pdf_post($id = ''){
    $this->load->plugin('to_pdf');
        
    $data_show = $this->mdl_halaman->select_post_id($this->jur, $id);
        
    $data = array(
        'head_title'    => $this->head_title,
        'title'     => $this->title,
        'kode'        => $this->jur,
        'post_id'    => $data_show,
        'segment1'    => $this->segment1
    );
        
        $html = $this->load->view('v_pdf.php', $data, true);
         pdf_create($html, $data_show->title);
}


Messages In This Thread
domPDF doesn’t work - by El Forum - 10-29-2008, 12:36 AM
domPDF doesn’t work - by El Forum - 10-29-2008, 01:11 AM
domPDF doesn’t work - by El Forum - 10-29-2008, 05:44 AM
domPDF doesn’t work - by El Forum - 10-29-2008, 10:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB