예제 #1
0
파일: api.php 프로젝트: mengtaolin/shopping
 public function __construct()
 {
     parent::__construct();
     if (!empty($_GET['data_type']) && $_GET['data_type'] === 'json') {
         $this->data_type = 'json';
     }
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     Tpl::output('relation', '3');
     //为了跟home页面保持一致所以输出此变量
     Language::read('member_sns');
     //允许插入新记录的最大条数
     Tpl::output('max_recordnum', self::MAX_RECORDNUM);
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->c_id = intval($_GET['c_id']);
     if ($this->c_id <= 0) {
         echo '<script>CUR_DIALOG.close();</script>';
     }
     Tpl::output('c_id', $this->c_id);
     Language::read('theme_share');
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->c_id = intval($_GET['c_id']);
     if ($this->c_id <= 0) {
         echo '<script>DialogManager.close("inform");</script>';
     }
     Tpl::output('c_id', $this->c_id);
     Language::read('manage_inform');
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
     Tpl::output('relation', '3');
     //为了跟home页面保持一致所以输出此变量
     Language::read('member_sns');
     //允许插入新记录的最大条数
     Tpl::output('max_recordnum', self::MAX_RECORDNUM);
     if (!$_SESSION['is_login']) {
         showDialog('请登录', '', 'error', 'login_dialog()');
     }
 }
예제 #6
0
 public function __construct()
 {
     Language::read('circle');
     parent::__construct();
 }
예제 #7
0
 public function __construct()
 {
     Uk86Language::uk86_read('circle');
     parent::__construct();
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     Language::read("login_index");
 }
예제 #9
0
파일: search.php 프로젝트: uwitec/xbshop
 public function __construct()
 {
     parent::__construct();
     Language::read('circle');
     $this->themeTop();
 }
예제 #10
0
파일: share.php 프로젝트: uwitec/xbshop
 public function __construct()
 {
     parent::__construct();
     Language::read('theme_share');
 }
예제 #11
0
파일: control.php 프로젝트: noikiy/shopnc-2
 public function __construct()
 {
     parent::__construct();
     if (!$_SESSION['is_login']) {
         @header("location: " . CIRCLE_SITE_URL);
     }
     $this->m_id = $_SESSION['member_id'];
     // member information
     $this->circleMemberInfo();
 }
예제 #12
0
파일: login.php 프로젝트: noikiy/shopnc-2
 public function __construct()
 {
     parent::__construct();
     Language::read("login_index");
     require_once BASE_PATH . '/framework/function/client.php';
 }
예제 #13
0
 public function __construct()
 {
     parent::__construct();
     Uk86Language::uk86_read('theme_share');
 }