示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->city = new city();
     $this->weatherInfo = new get_weatherInfo();
     $this->realtimeCore = new realtime();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->settings['is_open_xs']) {
         $this->errorOutput('NOT_OPEN_XS');
     }
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/share.class.php';
     include_once ROOT_PATH . 'lib/class/material.class.php';
     $this->share = new share();
     $this->material = new material();
 }
示例#4
0
文件: publish.php 项目: h3len/Project
 /**
  * 构造函数
  * @author repheal
  * @category hogesoft
  * @copyright hogesoft
  * @include news.class.php
  */
 public function __construct()
 {
     parent::__construct();
     $this->pubplan = new publishplan();
     $this->pub_content = new publishcontent();
     include CUR_CONF_PATH . 'lib/publish.class.php';
     $this->obj = new publish();
 }
示例#5
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();
 }
 public function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/share.class.php';
     include_once CUR_CONF_PATH . 'lib/user_mode.class.php';
     $this->share = new share();
     $this->wbuser = new user_mode();
 }
示例#7
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     //$this->curl->mPostContentType('string');
     include_once ROOT_PATH . 'lib/class/program_record.class.php';
     $this->record = new programRecord();
 }
示例#8
0
 function __construct()
 {
     parent::__construct();
     require_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->mMediaserver = new curl($this->settings['App_mediaserver']['host'], $this->settings['App_mediaserver']['dir'] . 'admin/');
     require_once ROOT_PATH . 'lib/class/live.class.php';
     $this->mLive = new live();
 }
示例#9
0
 public function __construct()
 {
     parent::__construct();
     $this->city = new city();
     $this->weatherInfo = new get_weatherInfo();
     $this->forcastCore = new forcast();
     $this->extendCore = new extend();
 }
示例#10
0
 /**
  * 构造函数
  * @author repheal
  * @category hogesoft
  * @copyright hogesoft
  * @include news.class.php
  */
 public function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/mkpublish.class.php';
     $this->obj = new mkpublish();
     include_once ROOT_PATH . 'lib/class/publishsys.class.php';
     $this->pub_sys = new publishsys();
 }
示例#11
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->curl = new curl($this->settings['mms']['record_server']['host'], $this->settings['mms']['record_server']['dir']);
     $this->curl->mPostContentType('string');
     include_once ROOT_PATH . 'lib/class/logs.class.php';
     $this->logs = new logs();
 }
示例#12
0
 /**
  * 构造函数
  * @author repheal
  * @category hogesoft
  * @copyright hogesoft
  * @include site.class.php
  */
 public function __construct()
 {
     parent::__construct();
     $this->pub_config = new publishconfig();
     include CUR_CONF_PATH . 'lib/content.class.php';
     $this->obj = new content();
     include_once ROOT_PATH . 'lib/class/mkpublish.class.php';
     $this->mk = new mkpublish();
 }
示例#13
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->curl = new curl($this->settings['App_mediaserver']['host'], $this->settings['App_mediaserver']['dir'] . 'admin/');
     include_once ROOT_PATH . 'lib/class/live.class.php';
     $this->live = new live();
     $this->mLive = $this->settings['mms']['live_stream_server'];
 }
示例#14
0
 public function __construct()
 {
     parent::__construct();
     require_once ROOT_PATH . 'lib/class/live.class.php';
     $this->mLive = new live();
     require_once CUR_CONF_PATH . 'lib/schedule.class.php';
     $this->mSchedule = new schedule();
     require_once CUR_CONF_PATH . 'lib/livemms.class.php';
     $this->mLivemms = new livemms();
 }
示例#15
0
 function __construct()
 {
     parent::__construct();
     require_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->mMediaserver = new curl($this->settings['App_mediaserver']['host'], $this->settings['App_mediaserver']['dir'] . 'admin/');
     require_once CUR_CONF_PATH . 'lib/channel.class.php';
     $this->mChannel = new channel();
     require_once CUR_CONF_PATH . 'lib/server_config.class.php';
     $this->mServerConfig = new serverConfig();
 }
示例#16
0
 function __construct()
 {
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/curl.class.php';
     $this->curl = new curl($this->settings['mms']['record_server']['host'], $this->settings['mms']['record_server']['dir']);
     //$this->curl->mPostContentType('string');
     include_once ROOT_PATH . 'lib/class/live.class.php';
     $this->live = new live();
     $this->mLive = $this->settings['mms']['live_stream_server'];
 }
示例#17
0
 /**
  * 构造函数
  * @author repheal
  * @category hogesoft
  * @copyright hogesoft
  * @include site.class.php
  */
 public function __construct()
 {
     parent::__construct();
     include CUR_CONF_PATH . 'lib/block.class.php';
     include CUR_CONF_PATH . 'lib/block_set.class.php';
     $this->obj = new block();
     $this->block_set = new block_set();
     $this->data_source = new dataSource();
     include ROOT_PATH . 'lib/class/publishplan.class.php';
     $this->pub_plan = new publishplan();
 }
示例#18
0
文件: dynamic.php 项目: h3len/Project
 public function __construct()
 {
     parent::__construct();
     global $gGlobalConfig;
     $this->publishcontent = new publishcontent();
     if ($gGlobalConfig['App_publishcontent']) {
         $this->publish = new curl($gGlobalConfig['App_publishcontent']['host'], $gGlobalConfig['App_publishcontent']['dir']);
     }
     if (!$this->publish) {
         $this->errorOutput('请求发布库错误');
     }
     $this->mode = new cardClass();
 }
示例#19
0
 function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/videoop.class.php';
     $this->obj = new videoop();
 }
示例#20
0
 function __construct()
 {
     parent::__construct();
     $this->curl = new curl();
     $this->log = new ftplog();
 }
示例#21
0
 public function __construct()
 {
     parent::__construct();
     $this->dp = new ClassDataPlant();
     $this->migration = new DataMigration();
 }
示例#22
0
文件: pay.php 项目: h3len/Project
 public function __construct()
 {
     parent::__construct();
     $this->upyun = new UpYunApi();
 }
示例#23
0
 public function __construct()
 {
     parent::__construct();
     $this->barcode = new Barcodegen();
     $this->material = new material();
 }
示例#24
0
 function __construct()
 {
     parent::__construct();
     $this->Members = new members();
 }
示例#25
0
 public function __construct()
 {
     parent::__construct();
     $this->core = new auditCore();
 }
示例#26
0
 public function __construct()
 {
     parent::__construct();
 }
示例#27
0
 function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/backup.class.php';
     $this->mBackup = new backup();
 }
示例#28
0
 public function __construct()
 {
     parent::__construct();
     $this->material_server = new material();
 }
示例#29
0
 public function __construct()
 {
     parent::__construct();
     $this->statistics = new statistics();
 }
示例#30
0
 public function __construct()
 {
     parent::__construct();
     $this->curl = new curl($this->settings['App_mediaserver']['host'], $this->settings['App_mediaserver']['dir'] . 'admin/');
 }