public function __construct()
 {
     parent::__construct();
     $this->log("Model Mod_Voices loaded.");
     // load models
     $this->_load_models();
 }
 public function __construct()
 {
     parent::__construct();
     $this->log("Model Mod_Eco_Member loaded.");
     $this->_config = c_get_config();
     // load models
     $this->_load_models();
 }
 public function __construct()
 {
     parent::__construct();
     // get config and store to private var
     $this->_config = c_get_config();
     // write log
     $this->log("Model Mod_Create_River loaded.");
     // load file system model
     $this->load->model("Mod_File_System");
 }
 public function __construct()
 {
     parent::__construct();
     $this->log("Model Mod_User loaded.");
 }