当前位置: 首页>>代码示例>>PHP>>正文


PHP cronBase::__construct方法代码示例

本文整理汇总了PHP中cronBase::__construct方法的典型用法代码示例。如果您正苦于以下问题:PHP cronBase::__construct方法的具体用法?PHP cronBase::__construct怎么用?PHP cronBase::__construct使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在cronBase的用法示例。


在下文中一共展示了cronBase::__construct方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: __construct

 public function __construct()
 {
     parent::__construct();
     $this->city = new city();
     $this->weatherInfo = new get_weatherInfo();
     $this->realtimeCore = new realtime();
 }
开发者ID:h3len,项目名称:Project,代码行数:7,代码来源:refreshRealtime.php

示例2: __construct

 public function __construct()
 {
     parent::__construct();
     if (!$this->settings['is_open_xs']) {
         $this->errorOutput('NOT_OPEN_XS');
     }
 }
开发者ID:h3len,项目名称:Project,代码行数:7,代码来源:hot_query.php

示例3: __construct

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:8,代码来源:get_weibo.php

示例4: __construct

 /**
  * 构造函数
  * @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();
 }
开发者ID:h3len,项目名称:Project,代码行数:15,代码来源:publish.php

示例5: __construct

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:8,代码来源:change_plan_auto.php

示例6: __construct

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:8,代码来源:get_weibo_by_home_timeline.php

示例7: programRecord

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:8,代码来源:program_record_do.php

示例8: curl

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:8,代码来源:live_control_snap.php

示例9: __construct

 public function __construct()
 {
     parent::__construct();
     $this->city = new city();
     $this->weatherInfo = new get_weatherInfo();
     $this->forcastCore = new forcast();
     $this->extendCore = new extend();
 }
开发者ID:h3len,项目名称:Project,代码行数:8,代码来源:inspectQueue.php

示例10: __construct

 /**
  * 构造函数
  * @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();
 }
开发者ID:h3len,项目名称:Project,代码行数:15,代码来源:mkpublish_plan.php

示例11: curl

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:9,代码来源:program_record_auto.php

示例12: __construct

 /**
  * 构造函数
  * @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();
 }
开发者ID:h3len,项目名称:Project,代码行数:16,代码来源:content_set.php

示例13: curl

 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'];
 }
开发者ID:h3len,项目名称:Project,代码行数:9,代码来源:program_record_recover.php

示例14: __construct

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:10,代码来源:callback.php

示例15: curl

 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();
 }
开发者ID:h3len,项目名称:Project,代码行数:10,代码来源:channel_snap.php


注:本文中的cronBase::__construct方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。