[eluser]Thorpe Obazee[/eluser]
[quote author="romeo" date="1246280910"]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,[/quote]
What's Daily_Report in the pdf_create function()?