Пример #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
 /**
  * 构造函数
  * @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();
 }
Пример #6
0
 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
 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
 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/');
 }