示例#1
0
 public function __construct()
 {
     $this->material = new material();
     $this->verifycode = new verifycode();
     $this->feedback = new feedback();
     parent::__construct();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->phpexcel = new PHPExcel();
     $this->lbs = new ClassLBS();
     $this->lbs_field = new lbs_field();
 }
示例#3
0
 function __construct()
 {
     parent::__construct();
     $this->forcast = new forcast();
     $this->realtime = new realtime();
     $this->extend = new extend();
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->weatherInfo = new get_weatherInfo();
     $this->cityCode = new get_cityCode();
     $this->pinyin = new getPinyinByChineseApi();
 }
示例#5
0
 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
 public function __construct()
 {
     parent::__construct();
     $this->blacklist = new rongcloud_blacklist_mode();
     $this->curl = new curl();
     $this->applant = new applant();
 }
示例#8
0
 public function __construct()
 {
     parent::__construct();
     $this->auth = new Auth();
     $this->publishcontent = new publishcontent();
     $this->puscont = new publishcontent();
 }
示例#9
0
 public function __construct($service = array())
 {
     parent::__construct();
     if ($service) {
         $this->init_env($service);
     }
 }
示例#10
0
 public function __construct($table = '')
 {
     parent::__construct();
     if ($table) {
         $this->set_table($table);
     }
 }
示例#11
0
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->mTvie = new curl();
     //		$this->mTvie->mPostContentType('string');
 }
示例#12
0
 public function __construct()
 {
     parent::__construct();
     $this->material = new material();
     $this->opinion = new opinion();
     $this->publish_column = new publishconfig();
     $this->member = new member();
 }
示例#13
0
 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
 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
 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
 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
 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
 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
 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'];
 }
 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
 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
 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
 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
 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
 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
 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
 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');
     }
 }