function __construct() { parent::__construct(); $this->data['gh_css'] = array(); $this->data['ph_css'] = array(); $this->data['ph_css'][] = '/zhuanti/tianti/css/base2.0.css'; $this->data['ph_css'][] = '/live/css/show.css'; $this->data['ph_css'][] = '/chat/static/css/bootstrap.css'; //$this->data['ph_css'][] = '/chat/static/css/chat.css'; $this->data['ph_js'] = array(); #$this->data['ph_js'][] = '/tianti/js/jquery1.9.js'; //$this->data['ph_js'][] = '/assets/play/ckplayer/ckplayer.js'; $this->data['gf_js'] = array(); $this->data['gf_js'][] = '/zhuanti/tianti/js/sk.js'; //消息通知 $this->data['gf_js'][] = '/chat/config.js'; $this->data['gf_js'][] = '/assets/im/js/jquery.json.js'; $this->data['gf_js'][] = '/chat/static/js/chat.js'; $api = $this->config->item("api"); $this->img_path = $api['upload']['com']['path']; /* $config['live']['pub_server'] = "58.68.243.232"; $config['live']['pub_port'] = 1935; $config['live']['pub_stream'] = "live"; */ $this->live_config = $this->config->item("live"); $this->data['app'] = 'live'; }
public function __construct() { parent::__construct(); $this->load->helper('function_mail'); $this->load->model('space/member_db', 'member'); $this->lang->load('space/member', 'cnZH'); }
function __construct() { parent::__construct(); $this->load->helper('page_helper'); $this->load->model('space/member_db', 'member_m'); $this->load->model('relation_model', 'relation_m'); $this->load->model('space/message_model', 'message_m'); $this->lang->load('relation', 'cnZH'); }
function __construct() { parent::__construct(); $this->data['gh_css'] = array(); $this->data['ph_css'] = array(); $api = $this->config->item("api"); $this->img_path = $api['upload']['com']['path']; $this->live_config = $this->config->item("live"); $this->load->model('space/member_db', 'member_m'); $this->data['app'] = 'live'; $this->uploadpath = "public/data/images/header/"; }
function __construct() { parent::__construct(); $this->data['gh_css'] = array(); $this->data['ph_css'] = array(); $this->data['ph_css'][] = '/live/css/base2.0.css'; $this->data['ph_js'][] = '/live/js/base2.0.js'; $this->data['gf_js'] = array(); $this->data['gf_js'][] = '/assets/im/js/jquery.json.js'; $this->data['app'] = 'live'; $this->data['seo']['title'] = "酷Live-有你更精彩,做不一样的直播平台"; $this->data['seo']['description'] = '酷Live-中国最好玩的直播视频网站,提供比赛、娱乐、PK等直播娱乐平台'; $this->data['seo']['keywords'] = "社交,视频,媒体,在线,面对面,聊天,直播,脱口秀,相声,PK,网络,平台"; }
function __construct() { parent::__construct(); $this->data['gh_css'] = array(); $this->data['ph_css'] = array(); $this->data['ph_css'][] = '/live/css/base2.0.css'; $this->data['ph_css'][] = '/live/css/show.css'; $this->data['ph_js'][] = '/live/js/base2.0.js'; $this->data['ph_js'][] = '/live/js/lrtk.js'; $this->data['gf_js'] = array(); $this->data['gf_js'][] = '/live/js/sk.js'; //消息通知 $this->data['gf_js'][] = '/assets/im/js/jquery.json.js'; $this->data['gf_js'][] = '/assets/im/js/message_driver.js'; $this->data['app'] = 'live'; }
function __construct() { parent::__construct(); $this->data['gh_css'] = array(); $this->data['ph_css'] = array(); $this->data['ph_css'][] = '/zhuanti/tianti/css/base2.0.css'; $this->data['ph_css'][] = '/zhuanti/tianti/css/show.css'; #$this->data['ph_js'] = array(); #$this->data['ph_js'][] = '/tianti/js/jquery1.9.js'; $this->data['ph_js'][] = '/zhuanti/tianti/js/base2.0.js'; $this->data['gf_js'] = array(); $this->data['gf_js'][] = '/zhuanti/tianti/js/sk.js'; //消息通知 $this->data['gf_js'][] = '/assets/im/js/jquery.json.js'; $this->data['gf_js'][] = '/assets/im/js/message_driver.js'; $this->data['app'] = 'live'; $this->data['source'] = 'live'; }
function __construct() { parent::__construct(); $this->data['gh_css'] = array(); $this->data['ph_css'] = array(); $this->data['ph_css'][] = '/live/css/base2.0.css'; //$this->data['ph_css'][] = '/live/css/show.css'; $this->data['ph_css'][] = '/live/css/style.custom_140303.css'; $this->data['ph_css'][] = '/live/css/style.global_140915.css'; $this->data['ph_js'] = array(); $this->data['ph_js'][] = '/tianti/js/jquery1.9.js'; //$this->data['ph_js'][] = '/assets/play/ckplayer/ckplayer.js'; $this->data['gf_js'] = array(); $this->data['gf_js'][] = '/zhuanti/tianti/js/sk.js'; //消息通知 //$this->data['gf_js'][] = '/chat/config.js'; //$this->data['gf_js'][] = '/assets/im/js/jquery.json.js'; //$this->data['gf_js'][] = '/chat/static/js/chat.js'; $api = $this->config->item("api"); $this->img_path = $api['upload']['com']['path']; $this->live_config = $this->config->item("live"); $this->load->model('space/member_db', 'member_m'); $this->data['app'] = 'live'; }
function __construct() { parent::__construct(); }
function __construct() { parent::__construct(); $this->live_config = $this->config->item("live"); $this->load->model('live/live_programs_model', 'live_programs_m'); }
public function __construct() { parent::__construct(); $this->load->model('space/oauth_db', 'oauth_m'); $this->load->model('space/member_db', 'member_m'); }
function __construct() { parent::__construct(); $this->load->model('subscribe_model', 'subscribe_m'); }