コード例 #1
2
ファイル: individual.php プロジェクト: marttkip/erp_hotel
 function __construct()
 {
     parent::__construct();
     $this->load->library('image_lib');
     //path to image directory
     $this->individual_path = realpath(APPPATH . '../assets/img/individuals');
     $this->individual_location = base_url() . 'assets/img/individuals/';
     $this->signature_path = realpath(APPPATH . '../assets/img/signatures');
     $this->signature_location = base_url() . 'assets/img/signatures/';
 }
コード例 #2
1
ファイル: savings_plan.php プロジェクト: marttkip/erp_hotel
 function __construct()
 {
     parent::__construct();
 }