public function __construct() { parent::__construct(); $this->obj = new Core(); include CUR_CONF_PATH . 'lib/UpYun.class.php'; $this->upyun = new UpYun(); }
public function __construct() { parent::__construct(); $this->obj = new Core(); $this->stateconfig = $this->settings['order_status']; $this->trace_stepconfig = $this->settings['trace_step']; }
public function __getConfig() { $total = $this->mRecordConfig->count(''); if ($total['total'] < 1) { $this->errorOutput('REDIRECT TO ' . APP_UNIQUEID . ' record_config'); } parent::__getConfig(); }
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' => '管理'); }
public function __getConfig() { $total = $this->server->count(); if ($total['total'] < 1) { $this->errorOutput('REDIRECT TO ' . APP_UNIQUEID . ' program_record_server'); } parent::__getConfig(); }
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(); }
public function __destruct() { parent::__destruct(); unset($this->comment); }
public function __contruct() { parent::__construct(); }
public function __destruct() { parent::__destruct(); unset($this->messagereceived); }
public function __destruct() { parent::__destruct(); unset($this->team); }
public function __construct() { parent::__construct(); $this->obj = new template_default_data(); }
{ $this->mPrmsMethods = array('manage' => '管理'); parent::__construct(); $this->banword = new banwordClass(); }
{ parent::__construct(); $this->dao = new Core(); //$this->paydata = new paydataClass(); }
public function __destruct() { parent::__destruct(); unset($this->grade); }
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(); }
public function __construct() { parent::__construct(); $this->obj = new Core(); $this->delivery_tracing_conf = $this->settings['trace_step']; }
public function __construct() { parent::__construct(); $this->photoedit = new photoeditClass(); }
public function __destruct() { parent::__destruct(); unset($this->cardcss); }
public function count() { parent::count($this->get_condition()); }
public function __construct() { parent::__construct(); $this->payconfig = new payconfigClass(); }
public function __construct() { parent::__construct(); $this->obj = new Core(); $this->region = new regionClass(); }
public function __destruct() { parent::__destruct(); unset($this->weight); }
public function __destruct() { parent::__destruct(); }
{ parent::__construct(); $this->menu = new menu(); $this->get_user_id(); } public function __destruct()
public function __construct() { parent::__construct(); $this->obj = new Core(); }
public function __destruct() { parent::__destruct(); unset($this->status); }