搜尋

首頁  >  問答  >  主體

偵測登陸狀態(為什麼我在Base.php中寫完這個直接報錯,我哪寫錯了嘛?哪個大神幫忙看一下)

protected function _initialize()
    {
        parent::initialize();
       ##    protected function isLogin()
    {
        if (empty(USER_ID)){
      );
        }
|    }
   
    protected function alreadyLogin()
      $this -> error('用戶已經登陸,請勿重複登陸',url('index/index'));
        }
    }

ᴬ ᴾᵀᴬ ᴾᵀ2464 天前1223

全部回覆(1)我來回復

  • Don't cry

    Don't cry2018-02-27 18:05:40

    你的魔術函數不要給 protected 屬性,給public

    回覆
    0
  • 取消回覆