/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->config_path = EE_APPPATH . '/config/config' . EXT;
     $this->database_path = EE_APPPATH . '/config/database' . EXT;
     $this->_initialize();
 }
示例#2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->config_path = EE_APPPATH . 'config/config.php';
     ee()->load->helper('language_helper');
 }