Esempio n. 1
0
 /**
  * Constructor
  *
  * @return Install object
  */
 public function __construct()
 {
     parent::__construct();
     $this->CI =& get_instance();
     $this->DB =& $this->CI->db;
     $this->CI->load->model('Users_model');
     $this->_common_user_data = array('confirm' => true, 'approved' => true, 'activity' => true, 'net_status' => self::STATUS_OK, 'confirm_code' => '');
 }
 public function __construct()
 {
     parent::__construct();
     $this->DB->memcache_tables(array(NET_EVENTS_HANDLERS));
     $this->CI->load->model('network/models/Network_users_model');
 }
 function __construct()
 {
     parent::__construct();
 }