Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->city = new city();
     $this->weatherInfo = new get_weatherInfo();
     $this->realtimeCore = new realtime();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->settings['is_open_xs']) {
         $this->errorOutput('NOT_OPEN_XS');
     }
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->city = new city();
     $this->weatherInfo = new get_weatherInfo();
     $this->forcastCore = new forcast();
     $this->extendCore = new extend();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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'];
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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'];
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 19
0
 function __construct()
 {
     parent::__construct();
     include_once CUR_CONF_PATH . 'lib/videoop.class.php';
     $this->obj = new videoop();
 }
Exemplo n.º 20
0
 function __construct()
 {
     parent::__construct();
     $this->curl = new curl();
     $this->log = new ftplog();
 }
Exemplo n.º 21
0
 public function __construct()
 {
     parent::__construct();
     $this->dp = new ClassDataPlant();
     $this->migration = new DataMigration();
 }
Exemplo n.º 22
0
 public function __construct()
 {
     parent::__construct();
     $this->upyun = new UpYunApi();
 }
Exemplo n.º 23
0
 public function __construct()
 {
     parent::__construct();
     $this->barcode = new Barcodegen();
     $this->material = new material();
 }
Exemplo n.º 24
0
 function __construct()
 {
     parent::__construct();
     $this->Members = new members();
 }
Exemplo n.º 25
0
 public function __construct()
 {
     parent::__construct();
     $this->core = new auditCore();
 }
Exemplo n.º 26
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 27
0
 function __construct()
 {
     parent::__construct();
     require_once CUR_CONF_PATH . 'lib/backup.class.php';
     $this->mBackup = new backup();
 }
Exemplo n.º 28
0
 public function __construct()
 {
     parent::__construct();
     $this->material_server = new material();
 }
Exemplo n.º 29
0
 public function __construct()
 {
     parent::__construct();
     $this->statistics = new statistics();
 }
Exemplo n.º 30
0
 public function __construct()
 {
     parent::__construct();
     $this->curl = new curl($this->settings['App_mediaserver']['host'], $this->settings['App_mediaserver']['dir'] . 'admin/');
 }