thinkphp
-
thinkphp如何更新版本号(版本号.更新.thinkphp...)
更新 thinkphp 版本号需要:1. 备份代码;2. 更新 composer.json 文件中的版本号;3. 运行 composer update;4. 检...
wufei123 发布于 2024-08-06 阅读(28) -
thinkphp的上传类如何使用(如何使用.上传.thinkphp...)
thinkphp 上传类指南:初始化上传类:$upload = new \think\file();设置上传参数,如 maxsize、exts、savename...
wufei123 发布于 2024-08-06 阅读(27) -
thinkphp如何注销登录(注销.登录.thinkphp...)
thinkphp 注销登录用户:引用 auth 类:use think\auth;注销用户:auth::logout();跳转到指定页面:$this-&...
wufei123 发布于 2024-08-06 阅读(29)