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