コード例 #1
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_fragment";
     $api_config = $this->config->item("api");
     $this->img_path = $api_config['upload']['fragment']['path'] . "/";
 }
コード例 #2
0
 /**
  * 构造函数
  *
  * @access public
  * @return mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_magics";
     // 道具
     $this->model_name_log = "sk_magic_log";
     // 道具日志
 }
コード例 #3
0
 /**
  * 构造函数
  *
  * @access public
  * @return mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_prize";
     // 奖品
     $this->model_name_log = "sk_prize_log";
     // 奖品日志
 }
コード例 #4
0
 /**
  * 构造函数
  *
  * @access public
  * @return mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "";
     $this->model_name_log = "sk_gameball_log";
     $this->model_recharge = "sk_recharge";
     //充值日志
 }
コード例 #5
0
 /**
  * 构造函数
  *
  * @access public
  * @return mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "";
     $this->model_name_config = "sk_credit_config";
     // 金币配置
     $this->model_name_rule = "sk_credit_rule";
     // 金币规则
     $this->model_name_log = "sk_credit_log";
     // 金币日志
     $credit_config = read_static_cache($this->model_name_config);
     $this->config_group = $this->config->item("credit_group");
 }
コード例 #6
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_rooms";
 }
コード例 #7
0
 /**
  * 构造函数
  *
  * @access public
  * @return mix
  */
 function __construct()
 {
     parent::__construct();
     $this->load->library('memcache_lib');
 }
コード例 #8
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_highlight";
 }
コード例 #9
0
 function __construct()
 {
     parent::__construct();
     $this->db = K_Model::getInstanceDb(true);
 }
コード例 #10
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_comment";
 }
コード例 #11
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_programs";
     $this->model_video_name = "sk_program_videos";
 }
コード例 #12
0
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_member_level";
 }
コード例 #13
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_subscribe";
 }
コード例 #14
0
 function __construct()
 {
     parent::__construct();
 }
コード例 #15
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_question";
 }
コード例 #16
0
 /**
  * 构造函数
  *
  * @access  public
  * @return  mix
  */
 function __construct()
 {
     parent::__construct();
     $this->model_name = "sk_article";
 }