Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->theme_header = 'theme_header.tpl';
     $this->theme_footer = 'theme_footer.tpl';
     $this->theme_left = 'theme_left.tpl';
     $this->theme_links = 'theme_links.tpl';
     $this->js = array('dialogs', 'register');
     $this->css = array('index');
     $this->title = '神雕网络_让梦想在游戏里飞翔_北京神雕展翅科技有限公司<';
     $this->meta['keywords'] = 'keywords';
     $this->meta['description'] = '北京神雕展翅科技有限公司;让梦想在游戏里飞翔;神雕网络;我要游戏;幻想封神、独孤九剑、金山第二代武侠品牌、3D新派逍遥武侠、十大新锐企业;华瓴资本投资;';
     //给模板赋值是否全部验证(安全信息是否全)
     /**
     if ($this->is_login() AND $_SESSION['user']['user_authquestion_status'] AND $_SESSION['user']['user_authemail_status'] AND $_SESSION['user']['user_authmobile_status']){
     	$this->all_status = 1;
     }
     */
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->utils->session();
     // starts session
 }