예제 #1
0
 public function __construct()
 {
     $this->load->helper('initialize');
     //$this->load->library('properties');
     //$config = $this->properties->parse();
     $dbconfig = loadDbConfig();
     $this->load->database($dbconfig);
     $this->load->dbforge();
 }
예제 #2
0
 public function __construct()
 {
     $this->load->helper('initialize');
     $dbconfig = loadDbConfig();
     $this->load->database($dbconfig);
 }