花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

怎么禁止使用網(wǎng)絡(luò)圖片?

時(shí)間: 2019-05-24 11:57 閱讀: 作者:素材無憂網(wǎng)

public function __construct($para = array()) {
                if(!empty($para)) {
                        $this->_table = $para['table'];
                        $this->_pk = $para['pk'];
                }
                if(isset($this->_pre_cache_key) && (($ttl = getglobal('setting/memory/'.$this->_table)) !== null || ($ttl = $this->_cache_ttl) !== null) && memory('check')) {
                        $this->_cache_ttl = $ttl;
                        $this->_allowmem = true;
                }
        $this->repair();//解決表是否崩潰,新加進(jìn)去的代碼
                $this->_init_extend();
                parent::__construct();
        }
    //解決表是否崩潰,新加進(jìn)去的一個(gè)自己檢查是否需要修復(fù)的代碼
        public function repair() {
      $query1=DB::query('CHECK TABLE '.DB::table($this->_table));
          $checkresult =mysql_fetch_array($query1, MYSQL_ASSOC);
      //echo(DB::table($this->_table));
          //exit;                                
          if($checkresult['Msg_text'] != 'OK') {
          DB::query('REPAIR TABLE '.DB::table($this->_table));
                 }
                
        }

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: 怎么禁止使用網(wǎng)絡(luò)圖片?

標(biāo)簽:  
相關(guān)文章
模板推薦