Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->report = new report_center_mode();
     $this->member = new members();
     $this->app = new app();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->team = new teamClass();
     $this->topic = new topicClass();
     $this->teamApi = new team();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->messagereceived = new messagereceivedClass();
     require_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mMaterial = new material();
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new superscript_mode();
     $this->_upYunOp = new UpYunOp();
     $this->super_comp = new superscript_comp();
 }
Esempio n. 5
0
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
     $this->logs = new logs();
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new feedback_mode();
     require ROOT_PATH . 'lib/class/members.class.php';
     require_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->members = new members();
 }
Esempio n. 7
0
 function __construct()
 {
     parent::__construct();
     include CUR_CONF_PATH . 'lib/littlestore.class.php';
     $this->obj = new news();
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mater = new material();
 }
Esempio n. 8
0
 function __construct()
 {
     parent::__construct();
     require_once 'lib/activity.class.php';
     $this->libactivity = new activityLib();
     include_once ROOT_PATH . 'lib/class/team.class.php';
     $this->team = new team();
 }
Esempio n. 9
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new components_mode();
     $this->_upYunOp = new UpYunOp();
     $this->ui_mode = new user_interface_mode();
     $this->app_mode = new app_info_mode();
     $this->_app = new app();
 }
Esempio n. 10
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->user['user_id']) {
         //$this->errorOutput('NO LOGIN');
     }
     include_once CUR_CONF_PATH . 'lib/order.class.php';
     $this->obj = new Order();
 }
Esempio n. 11
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     //dao层
     $this->stateconfig = $this->settings['order_status'];
     //订单状态
     //         print_r($this->input);exit;
 }
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct();
     $this->joint = new ClassSeekhelpJoint();
     $this->comment = new ClassSeekhelpComment();
     $this->seekhelp = new ClassSeekhelp();
     $this->timeline = new timeline_mode();
     $this->member = new member_mode();
     $this->members = new members();
 }
Esempio n. 13
0
 public function __construct()
 {
     parent::__construct();
     $this->photoedit = new photoeditClass();
     require_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mMaterial = new material();
     global $gGlobalConfig;
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->curl = new curl($gGlobalConfig['App_material']['host'], $gGlobalConfig['App_material']['dir'] . 'admin/');
 }
Esempio n. 14
0
 function __construct()
 {
     parent::__construct();
     //导入视频接口调用封装类
     include_once ROOT_PATH . '/lib/user/user.class.php';
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
     $this->mUser = new user();
     $this->logs = new logs();
 }
Esempio n. 15
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new components_mode();
     $this->_upYunOp = new UpYunOp();
     $this->ui_mode = new user_interface_mode();
     $this->app_mode = new app_info_mode();
     $this->_app = new app();
     $this->new_extend = new new_extend();
     $this->attr_mode = new attribute_value_mode();
 }
Esempio n. 16
0
 public function __construct()
 {
     parent::__construct();
     $this->comment = new ClassSeekhelpComment();
     $this->seekhelp = new ClassSeekhelp();
     $this->timeline = new timeline_mode();
     $this->member = new member_mode();
     $this->members = new members();
     $this->appconfig = new app_config_mode();
     $this->blacklist = new seekhelp_blacklist_mode();
 }
Esempio n. 17
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'api/lib/video.class.php';
     $this->mVideo = new video();
     include_once ROOT_PATH . 'lib/user/user.class.php';
     $this->mUser = new user();
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
     require_once ROOT_PATH . 'lib/class/logs.class.php';
     $this->logs = new logs();
 }
Esempio n. 18
0
 public function __construct()
 {
     parent::__construct();
     //$this->verify_member_purview(array('_action'=>'manage','token'=>$this->user['token']));
     $this->sh = new ClassSeekhelp();
     $this->recycle = new recycle();
     $this->timeline = new timeline_mode();
     $this->section = new section_mode();
     $this->members = new members();
     $this->appconfig = new app_config_mode();
     $this->blacklist = new seekhelp_blacklist_mode();
 }
Esempio n. 19
0
 function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/activity.class.php';
     $this->libactivity = new activityLib();
     require_once ROOT_PATH . 'lib/class/team.class.php';
     $this->team = new team();
     require_once ROOT_PATH . 'lib/class/mark.class.php';
     $this->libmark = new mark();
     require_once ROOT_PATH . 'lib/class/option.class.php';
     $this->liboption = new option();
 }
Esempio n. 20
0
 public function __construct()
 {
     parent::__construct();
     //调用user类 获取用户信息时用到
     include_once ROOT_DIR . 'lib/user/user.class.php';
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     //$this->user = new user();
     $this->recycle = new recycle();
     require_once ROOT_PATH . 'lib/class/logs.class.php';
     $this->logs = new logs();
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->publish_column = new publishconfig();
 }
Esempio n. 21
0
 public function __construct()
 {
     parent::__construct();
     $device_token = $this->input['device_token'];
     $salt = $this->input['salt'];
     if ($device_token && IS_ENDEVICE) {
         if (!$salt || !is_numeric($salt) || strlen($salt) != 13) {
             $this->errorOutput(SALT_ERROR);
         }
         $dt = substr($device_token, 0, strlen($device_token) - 8);
         $this->input['device_token'] = substr($dt, 0, 10) . substr($dt, 15);
     }
     $this->mode = new survey_mode();
     $this->is_redis = $this->settings['redis'] ? 1 : 0;
     if ($this->is_redis) {
         $this->redis = new Redis();
         $this->redis->connect($this->settings['redis']['redis2']['host'], $this->settings['redis']['redis2']['port']);
         $this->redis->auth(REDIS_KEY);
     }
 }
Esempio n. 22
0
 public function __construct()
 {
     parent::__construct();
     $cache_file = CUR_CONF_PATH . CACHE_SORT;
     $this->catalog = new catalog();
     $this->manage = new manage();
     $this->catalogsort = new catalogsort();
     $this->catalogcore = new catalogcore();
     if (!file_exists($cache_file)) {
         $this->catalogcore->cache();
         //更新缓存文件
         if (!file_exists($cache_file)) {
             //检测缓存文件更新是否成功
             $this->errorOutPut(CACHE_ERROR);
         }
     }
     $cache = array();
     if (file_exists($cache_file)) {
         require_once $cache_file;
         //引入缓存文件
     }
     $this->rows = $cache;
 }
Esempio n. 23
0
 public function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/good.class.php';
     $this->good_mode = new GoodMode();
 }
Esempio n. 24
0
 function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/channel.class.php';
     $this->mChannel = new channel();
 }
Esempio n. 25
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
 }
Esempio n. 26
0
 public function __construct()
 {
     parent::__construct();
     $this->con = new contribute();
 }
Esempio n. 27
0
 public function __construct()
 {
     parent::__construct();
     $this->lbs_field = new lbs_field();
     $this->lbs = new ClassLBS();
 }
Esempio n. 28
0
 public function __construct()
 {
     parent::__construct();
     $this->api = new app();
     $this->push_msg_mode = new push_msg_mode();
 }
Esempio n. 29
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new identity_auth_mode();
     $this->_upYunOp = new UpYunOp();
 }
Esempio n. 30
0
 public function __construct()
 {
     parent::__construct();
     $this->mode = new activate_mode();
     $this->applant = new applant();
 }