Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     include CUR_CONF_PATH . 'lib/UpYun.class.php';
     $this->upyun = new UpYun();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->stateconfig = $this->settings['order_status'];
     $this->trace_stepconfig = $this->settings['trace_step'];
 }
Example #3
0
 public function __getConfig()
 {
     $total = $this->mRecordConfig->count('');
     if ($total['total'] < 1) {
         $this->errorOutput('REDIRECT TO ' . APP_UNIQUEID . ' record_config');
     }
     parent::__getConfig();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->stateconfig = $this->settings['order_status'];
     $this->trace_stepconfig = $this->settings['trace_step'];
     $this->mPrmsMethods = array('show' => '查看', 'manage' => '管理');
 }
Example #5
0
 public function __getConfig()
 {
     $total = $this->server->count();
     if ($total['total'] < 1) {
         $this->errorOutput('REDIRECT TO ' . APP_UNIQUEID . ' program_record_server');
     }
     parent::__getConfig();
 }
Example #6
0
 function __construct()
 {
     $this->mPrmsMethods = array('manage' => '管理');
     parent::__construct();
     include_once ROOT_PATH . 'lib/class/publishsys.class.php';
     $this->pub_sys = new publishsys();
     include_once ROOT_PATH . 'lib/class/publishconfig.class.php';
     $this->pub_config = new publishconfig();
 }
Example #7
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->comment);
 }
Example #8
0
 public function __contruct()
 {
     parent::__construct();
 }
Example #9
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->messagereceived);
 }
Example #10
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->team);
 }
Example #11
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new template_default_data();
 }
Example #12
0
 {
     $this->mPrmsMethods = array('manage' => '管理');
     parent::__construct();
     $this->banword = new banwordClass();
 }
Example #13
0
 {
     parent::__construct();
     $this->dao = new Core();
     //$this->paydata = new paydataClass();
 }
Example #14
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->grade);
 }
Example #15
0
 public function __getConfig()
 {
     //获取mediaserver的里面视频类型的配置
     if ($this->settings['App_mediaserver']) {
         $curl = new curl($this->settings['App_mediaserver']['host'], $this->settings['App_mediaserver']['dir']);
         $curl->setReturnFormat('json');
         $curl->setCurlTimeOut(10);
         //设置curl超时时间10秒
         $curl->initPostData();
         $curl->addRequestData('a', 'settings');
         $m_config = $curl->request('configuare.php');
     }
     if ($m_config && is_array($m_config) && $m_config['base']['video_type']['allow_type']) {
         $video_type = $m_config['base']['video_type']['allow_type'];
     } else {
         $video_type = $this->default_type;
     }
     $video_type_arr = explode(',', $video_type);
     $flash_video_type = '';
     foreach ($video_type_arr as $k => $v) {
         $flash_video_type .= '*' . $v . ';';
     }
     $video_types = str_replace('.', '', $video_type);
     $this->settings['flash_video_type'] = $flash_video_type;
     $this->settings['video_type'] = $video_types;
     //增加第三方对接云配置输出
     $this->settings['video_cloud'] = array('open' => $m_config['base']['video_cloud'], 'title' => $m_config['base']['video_cloud_title']);
     parent::__getConfig();
 }
Example #16
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->delivery_tracing_conf = $this->settings['trace_step'];
 }
Example #17
0
 public function __construct()
 {
     parent::__construct();
     $this->photoedit = new photoeditClass();
 }
Example #18
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->cardcss);
 }
Example #19
0
 public function count()
 {
     parent::count($this->get_condition());
 }
Example #20
0
 public function __construct()
 {
     parent::__construct();
     $this->payconfig = new payconfigClass();
 }
Example #21
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
     $this->region = new regionClass();
 }
Example #22
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->weight);
 }
Example #23
0
 public function __destruct()
 {
     parent::__destruct();
 }
Example #24
0
 {
     parent::__construct();
     $this->menu = new menu();
     $this->get_user_id();
 }
 public function __destruct()
Example #25
0
 public function __construct()
 {
     parent::__construct();
     $this->obj = new Core();
 }
Example #26
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->status);
 }