thinkphp8获取当前模块名
taotaoit ThinkPHP8 2026-08-13 3 0
打开边栏(ESC) 关闭边栏(ESC)

thinkphp8获取当前模块名

比如app\system\controller\DeptController.php

我想获取system怎么获取

使用

$layer = $request->layer(); // 模块名
        $controller = $request->controller(); // 控制器名
        $action = $request->action(); // 方法名
vendor\topthink\framework\src\think\Request.php 1824行

from clipboard

版权声明:本站原创文章,允许自由转载。

相关推荐
php think run 然后http://0.0.0.0:8000/打开thinkphp8失败
ThinkPHP8 | 2026-07-28 158
php think run 然后http://0.0.0.0:8000/打开thinkphp8失败 应该是用http://127.0.0.1:8000/打开就正常了 如果运行的时候就提示错误 php think run ThinkPHP Development server is started On &...
thinkphp8使用composer install安装错误,运行不起来,vendor里面是空的
ThinkPHP8 | 2026-07-28 152
thinkphp8使用composer install安装错误,运行不起来,vendor里面是空的 Problem 1 - Root composer.json requires topthink/think-trace ^2.0, it is satisfiable by topthink/think-trac...
评论:0条
评论加载中...
发表评论
关于本站

“最难不过坚持”

本人承接扒站仿站,php网站维护,病毒查杀,网站编辑,网站改版,html制作

有需要网站维护,改版,病毒查杀,网站编辑,网站备案,html制作等相关的工作可以联系我。
本人有多年相关工作经验,也可提供免费咨询,交个朋友。
有需要探讨问题的朋友,也可以加我微信,共同探讨!
微信:15011482830 QQ:408917339

10771242 2734 39
最新评论
https://jueru.net/
评 留言
:weixiao:
评 留言
:shuijiao: :weiqu: :zhenbang: :leng:
评 留言
:yiwen: :yiwen: :yiwen: :yiwen:
评 EasySass: could not generate CSS file. See Output panel for details.
这个业务逻辑多少都有点奇怪了,阅读浏览次数增值在新闻详情页的控制器方法里setInc,这怎么还写进模型事件里了。如果非要用onAfterRead也可以,把新闻文章的内容单独分出来一个news_content表,然后把它和news做关联,然后给news_content表的onAfterRead事件做增值处理,这样点进新闻页内查询到文章内容时才会触发它。
评 TP6模型事件-查询后onAfterRead不好用
文章标签更多
ThinkPHP (261)
Mysql (59)
DedeCms (33)
jQuery (74)
证件照 (1)
setInc (4)
setDec (4)
onclick (5)