$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];
| USER | www | 
| HOME | /home/www | 
| HTTP_ACCEPT_ENCODING | gzip, identity;q=0.9 | 
| HTTP_ACCEPT_LANGUAGE | zh, en, * | 
| HTTP_ACCEPT | text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1 | 
| HTTP_USER_AGENT | Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98) | 
| HTTP_HOST | www.yicantesu.com | 
| HTTP_CONNECTION | keep-alive | 
| HTTP_REFERER | http://www.yicantesu.com/ | 
| PATH_INFO | |
| REDIRECT_STATUS | 200 | 
| SERVER_NAME | yicantesu.com | 
| SERVER_PORT | 80 | 
| SERVER_ADDR | 172.20.70.90 | 
| REMOTE_PORT | 60126 | 
| REMOTE_ADDR | 222.65.85.195 | 
| SERVER_SOFTWARE | nginx/1.20.2 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| REQUEST_SCHEME | http | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /www/wwwroot/yicantesu.com/public | 
| DOCUMENT_URI | /index.php | 
| REQUEST_URI | /themes/default_yican/public/static/favicon.ico | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | s=/themes/default_yican/public/static/favicon.ico | 
| SCRIPT_FILENAME | /www/wwwroot/yicantesu.com/public/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php | 
| REQUEST_TIME_FLOAT | 1742527094.8057 | 
| REQUEST_TIME | 1742527094 | 
| APP_DEBUG | true | 
| CMF_ROOT | /www/wwwroot/yicantesu.com/ | 
| CMF_DATA | /www/wwwroot/yicantesu.com/data/ | 
| APP_PATH | /www/wwwroot/yicantesu.com/app/ | 
| WEB_ROOT | /www/wwwroot/yicantesu.com/public/ | 
| FILTER_VALIDATE_BOOL | 258 | 
| HTMLPURIFIER_PREFIX | /www/wwwroot/yicantesu.com/vendor/ezyang/htmlpurifier/library |