Thinkphp6框架学习:($this->error()undefined)Call to undefined method app\index\controller\Login::error()
最近在使用Thinkphp6框架的时候,想做一个初始化来验证登录状态。 当没有Session::get(‘adminUid’)的时候就应该跳转到adminadminLogin的方法中,和以前Tp5的框架一样,使用$this->erro...
最近在使用Thinkphp6框架的时候,想做一个初始化来验证登录状态。 当没有Session::get(‘adminUid’)的时候就应该跳转到adminadminLogin的方法中,和以前Tp5的框架一样,使用$this->erro...
thinkphp的404设置
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond $1 !^(phone) RewriteRule (.*) - [F] RewriteCond %{REQUEST_FI...