Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     if (!empty($_GET['data_type']) && $_GET['data_type'] === 'json') {
         $this->data_type = 'json';
     }
 }
 public function __construct()
 {
     parent::__construct();
     Tpl::output('relation', '3');
     //为了跟home页面保持一致所以输出此变量
     Language::read('member_sns');
     //允许插入新记录的最大条数
     Tpl::output('max_recordnum', self::MAX_RECORDNUM);
 }
Beispiel #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');
 }
Beispiel #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');
 }
Beispiel #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()');
     }
 }
Beispiel #6
0
 public function __construct()
 {
     Language::read('circle');
     parent::__construct();
 }
Beispiel #7
0
 public function __construct()
 {
     Uk86Language::uk86_read('circle');
     parent::__construct();
 }
Beispiel #8
0
 public function __construct()
 {
     parent::__construct();
     Language::read("login_index");
 }
Beispiel #9
0
 public function __construct()
 {
     parent::__construct();
     Language::read('circle');
     $this->themeTop();
 }
Beispiel #10
0
 public function __construct()
 {
     parent::__construct();
     Language::read('theme_share');
 }
Beispiel #11
0
 public function __construct()
 {
     parent::__construct();
     if (!$_SESSION['is_login']) {
         @header("location: " . CIRCLE_SITE_URL);
     }
     $this->m_id = $_SESSION['member_id'];
     // member information
     $this->circleMemberInfo();
 }
Beispiel #12
0
 public function __construct()
 {
     parent::__construct();
     Language::read("login_index");
     require_once BASE_PATH . '/framework/function/client.php';
 }
Beispiel #13
0
 public function __construct()
 {
     parent::__construct();
     Uk86Language::uk86_read('theme_share');
 }