コード例 #1
0
ファイル: vote.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     $this->material = new material();
     $this->verifycode = new verifycode();
     $this->feedback = new feedback();
     parent::__construct();
 }
コード例 #2
0
ファイル: excel.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->phpexcel = new PHPExcel();
     $this->lbs = new ClassLBS();
     $this->lbs_field = new lbs_field();
 }
コード例 #3
0
ファイル: get_weatherInfo.php プロジェクト: h3len/Project
 function __construct()
 {
     parent::__construct();
     $this->forcast = new forcast();
     $this->realtime = new realtime();
     $this->extend = new extend();
 }
コード例 #4
0
ファイル: yesterday.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->weatherInfo = new get_weatherInfo();
     $this->cityCode = new get_cityCode();
     $this->pinyin = new getPinyinByChineseApi();
 }
コード例 #5
0
ファイル: statistics.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->mode = new workload_mode();
     $this->appset = new appset_mode();
     $this->auth = new auth();
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->material = new material();
     $this->member = new member();
     $this->members = new members();
 }
コード例 #7
0
ファイル: rongcloud_info_mode.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->blacklist = new rongcloud_blacklist_mode();
     $this->curl = new curl();
     $this->applant = new applant();
 }
コード例 #8
0
ファイル: mood_mode.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->auth = new Auth();
     $this->publishcontent = new publishcontent();
     $this->puscont = new publishcontent();
 }
コード例 #9
0
ファイル: nginx.live.php プロジェクト: h3len/Project
 public function __construct($service = array())
 {
     parent::__construct();
     if ($service) {
         $this->init_env($service);
     }
 }
コード例 #10
0
ファイル: curd.class.php プロジェクト: h3len/Project
 public function __construct($table = '')
 {
     parent::__construct();
     if ($table) {
         $this->set_table($table);
     }
 }
コード例 #11
0
ファイル: tvie.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->mTvie = new curl();
     //		$this->mTvie->mPostContentType('string');
 }
コード例 #12
0
ファイル: contribute.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->material = new material();
     $this->opinion = new opinion();
     $this->publish_column = new publishconfig();
     $this->member = new member();
 }
コード例 #13
0
ファイル: vote.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mMaterial = new material();
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
 }
コード例 #14
0
 public function __construct()
 {
     parent::__construct();
     require_once ROOT_PATH . 'lib/class/auth.class.php';
     $this->auth = new Auth();
     include_once ROOT_PATH . 'lib/class/publishcontent.class.php';
     $this->puc = new publishcontent();
 }
コード例 #15
0
ファイル: article.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mater = new material();
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->publish_column = new publishconfig();
 }
コード例 #16
0
ファイル: live.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
     require_once CUR_CONF_PATH . 'lib/server_config.class.php';
     $this->mServerConfig = new serverConfig();
 }
コード例 #17
0
ファイル: seekhelp.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->material = new material();
     $this->member = new member();
     $this->media = new mediaserver();
     $this->members = new members();
     $this->livmedia = new livmedia();
 }
コード例 #18
0
ファイル: livemms.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->mLiveServer = new curl();
     $this->mLiveServer->mPostContentType('string');
     $this->mRecordServer = new curl();
     $this->mRecordServer->mPostContentType('string');
 }
コード例 #19
0
ファイル: change_plan.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->mDates = date('2012-01-01');
     include_once ROOT_PATH . 'lib/class/recycle.class.php';
     $this->recycle = new recycle();
     require_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
 }
コード例 #20
0
ファイル: stream.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
     require_once CUR_CONF_PATH . 'lib/server_config.class.php';
     $this->mServerConfig = new serverConfig();
     $this->mLive = $this->settings['wowza']['live_output_server'];
 }
コード例 #21
0
 public function __construct()
 {
     global $gGlobalConfig;
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mater = new material();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->curl = new curl($gGlobalConfig['App_material']['host'], $gGlobalConfig[App_material]['dir']);
 }
コード例 #22
0
ファイル: email.core.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/email.class.php';
     $this->mEmail = new email();
     require_once CUR_CONF_PATH . 'lib/email_log.class.php';
     $this->mEmailLog = new emailLog();
     require_once CUR_CONF_PATH . 'lib/email_queue.class.php';
     $this->mEmailQueue = new emailQueue();
 }
コード例 #23
0
ファイル: backup.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     require_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->mVod = new curl($this->settings['App_livmedia']['host'], $this->settings['App_livmedia']['dir']);
     require_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
     require_once CUR_CONF_PATH . 'lib/server_config.class.php';
     $this->mServerConfig = new serverConfig();
 }
コード例 #24
0
 public function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . "lib/common.php";
     include_once CUR_CONF_PATH . 'lib/deploy.class.php';
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     include_once ROOT_PATH . 'lib/class/publishcontent.class.php';
     $this->obj = new deploy();
     $this->pub_config = new publishconfig();
     $this->pub_content = new publishcontent();
 }
コード例 #25
0
ファイル: base.php プロジェクト: RoyZeng/custom
 public function __construct()
 {
     global $gTpl, $gUser;
     parent::__construct();
     $this->tpl =& $gTpl;
     $this->user =& $gUser;
     //载入菜单配置
     $menus = (include_once ROOT_PATH . 'conf/menu.conf.php');
     $this->tpl->addVar('_menus', $menus);
     $this->tpl->addVar('_user', $this->user);
     $this->tpl->addVar('_configs', $this->settings);
 }
コード例 #26
0
ファイル: template.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     if (!defined('CORE_DIR')) {
         define('CORE_DIR', CUR_CONF_PATH . 'core/');
         //定义模板目录
     }
     if (!defined('DATA_DIR')) {
         define('DATA_DIR', CUR_CONF_PATH . 'data/');
         //定义模板目录
     }
     $this->updateCache = intval($this->input['update_cache']);
 }
コード例 #27
0
ファイル: channels.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mMaterial = new material();
     require_once CUR_CONF_PATH . 'lib/server_config.class.php';
     $this->mServerConfig = new serverConfig();
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->publish_column = new publishconfig();
     $this->mLive = $this->settings['wowza']['live_output_server'];
 }
コード例 #28
0
ファイル: member.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     require_once ROOT_PATH . 'lib/class/material.class.php';
     $this->mMaterial = new material();
     require_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->curlAuth = new curl($this->settings['App_auth']['host'], $this->settings['App_auth']['dir']);
     $this->prefix = $this->settings['mobile_prefix'];
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->publish_column = new publishconfig();
     if ($this->settings['ucenter']['open']) {
         include_once UC_CLIENT_PATH . 'uc_client/client.php';
     }
 }
コード例 #29
0
ファイル: base_frm.php プロジェクト: h3len/Project
 function __construct()
 {
     parent::__construct();
     /*
      if($this->mModPrmsMethods && is_array($this->mModPrmsMethods))
      {
      foreach ($this->mModPrmsMethods AS $k => $v)
      {
      $this->mPrmsMethods[$k] = $v;
      }
      }
     */
     $this->setOutputType($this->input['format']);
 }
コード例 #30
0
ファイル: livmms.class.php プロジェクト: h3len/Project
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->inputStream = new curl($this->settings['mms']['input_stream_server']['host'], $this->settings['mms']['input_stream_server']['dir']);
     $this->inputStream->mPostContentType('string');
     $this->output = new curl($this->settings['mms']['output_stream_server']['host'], $this->settings['mms']['output_stream_server']['dir']);
     $this->output->mPostContentType('string');
     $this->schedul = new curl($this->settings['mms']['schedul_stream_server']['host'], $this->settings['mms']['schedul_stream_server']['dir']);
     $this->schedul->mPostContentType('string');
     $this->record = new curl($this->settings['mms']['record_server']['host'], $this->settings['mms']['record_server']['dir']);
     $this->record->mPostContentType('string');
     if ($this->settings['mms']['live_stream_server']) {
         $this->live = new curl($this->settings['mms']['live_stream_server']['host'], $this->settings['mms']['live_stream_server']['dir']);
         $this->live->mPostContentType('string');
     }
 }