Welcome Guest, Not a member yet? Register   Sign In
how to install phpjasperxml in codeigniter
#10

[eluser]dunialebah[/eluser]
Code:
$this->load->library('PHPJasperXML');
  

  $path = site_url('report/report1.jrxml');
  //echo $path;
  //echo htmlspecialchars($path);
  
  $xml =  simplexml_load_file($path);
  
  //var_dump($xml);
  
  $PHPJasperXML = new PHPJasperXML();
  $PHPJasperXML->debugsql=true;
  $PHPJasperXML->arrayParameter=array("parameter1"=>"this isi a parameter");
  $PHPJasperXML->xml_dismantle($xml);
  
  
  
  //$PHPJasperXML->transferDBtoArray('localhost','root','','cms8');
  $PHPJasperXML->outpage("D");    //page output method I:standard output  D:Download file

That's my code but I got small blank pdf file without file name


Messages In This Thread
how to install phpjasperxml in codeigniter - by El Forum - 02-03-2010, 07:21 AM
how to install phpjasperxml in codeigniter - by El Forum - 02-03-2010, 07:53 AM
how to install phpjasperxml in codeigniter - by El Forum - 02-09-2010, 03:24 AM
how to install phpjasperxml in codeigniter - by El Forum - 07-06-2010, 10:39 AM
how to install phpjasperxml in codeigniter - by El Forum - 07-06-2010, 11:47 AM
how to install phpjasperxml in codeigniter - by El Forum - 07-06-2010, 09:11 PM
how to install phpjasperxml in codeigniter - by El Forum - 10-20-2013, 04:12 AM
how to install phpjasperxml in codeigniter - by El Forum - 10-20-2013, 11:24 AM
how to install phpjasperxml in codeigniter - by El Forum - 10-20-2013, 09:00 PM
how to install phpjasperxml in codeigniter - by El Forum - 11-24-2013, 09:50 AM
how to install phpjasperxml in codeigniter - by El Forum - 11-24-2013, 11:42 AM
how to install phpjasperxml in codeigniter - by El Forum - 12-04-2013, 04:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB