コード例 #1
0
ファイル: generar.php プロジェクト: codethics/proteoerp
 function Generar()
 {
     parent::Controller();
     $this->load->library("rapyd");
     $this->modulo = 602;
     set_time_limit(3600);
 }
コード例 #2
0
ファイル: reglas.php プロジェクト: codethics/proteoerp
 function Reglas()
 {
     parent::Controller();
     $this->load->library("rapyd");
     $this->datasis->modulo_id(601, 1);
     //$this->rapyd->set_connection('supermer');
     //$this->load->database('supermer',TRUE);
 }
コード例 #3
0
ファイル: generar.php プロジェクト: codethics/proteoerp
 function Generar()
 {
     parent::Controller();
     $this->load->library("rapyd");
     $this->modulo = 602;
 }
コード例 #4
0
ファイル: reglas.php プロジェクト: codethics/proteoerp
 function Reglas()
 {
     parent::Controller();
     $this->load->library('rapyd');
     $this->datasis->modulo_id(601, 1);
 }