ok
Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/bharath/application/libraries/ |
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/bharath/application/libraries/M_pdf.php |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); include_once APPPATH . '/third_party/mpdf/mpdf.php'; class M_pdf { public $param; public $pdf; public function __construct($param = '"c","A4","","",0,0,0,0,6,3') { $this->param = $param; $this->pdf = new mPDF($this->param); } }