了解了!请问你希望这篇文章的内容风格是什么?更偏向于正式介绍、还是轻松互动型?
本文心得:
分享让更多人看到
$this->app['hook']->listen('module_init');
try {
// 实例化控制器
$instance = $this->app->controller($this->controller,
$this->rule->getConfig('url_controller_layer'),
$this->rule->getConfig('controller_suffix'),
$this->rule->getConfig('empty_controller'));
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
}
$this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
// 获取当前操作名
$action = $this->actionName . $this->rule->getConfig('action_suffix');
if (is_callable([$instance, $action])) {
// 执行操作方法
$call = [$instance, $action];
RWSESSID | 074b83f79789b30105c4f9f8290650bf |
USER | www |
HOME | /home/www |
HTTP_HOST | sxxyyxgs.com |
HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
HTTP_COOKIE | RWSESSID=074b83f79789b30105c4f9f8290650bf |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
HTTP_ACCEPT | */* |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | sxxyyxgs.com |
SERVER_PORT | 80 |
SERVER_ADDR | 172.31.111.1 |
REMOTE_PORT | 52097 |
REMOTE_ADDR | 18.217.98.175 |
SERVER_SOFTWARE | nginx/1.19.8 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /www/wwwroot/sxxyyxgs.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /home/article/detail/id/id=975290.shtml |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/home/article/detail/id/id=975290.shtml |
SCRIPT_FILENAME | /www/wwwroot/sxxyyxgs.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1732659341.2838 |
REQUEST_TIME | 1732659341 |
EXT | .php |
DS | / |
THINK_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/ |
LIB_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/ |
CORE_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/think/ |
TRAIT_PATH | /www/wwwroot/sxxyyxgs.com/thinkphp/library/traits/ |
APP_PATH | /www/wwwroot/sxxyyxgs.com/public/ |
ROOT_PATH | /www/wwwroot/sxxyyxgs.com/ |
62t 评论于 [2024-11-27 06:06:41]
默不作声
倒横直竖
列入