コード例 #1
0
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->db = $this->load->database('default', TRUE);
     $this->load->helper('string');
     $this->load->model('common_flag');
 }
コード例 #2
0
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->db = $this->load->database('default', TRUE);
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->db = $this->load->database('default', TRUE);
 }