コード例 #1
0
ファイル: petty_cash.php プロジェクト: marttkip/erp_hotel
 function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: creditors.php プロジェクト: marttkip/erp_hotel
 function __construct()
 {
     parent::__construct();
     $this->load->model('creditors_model');
 }