$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];
| type | 0 |
| i | 3 |
| PHPSESSID | ir5mtgb5uo43usuq1p3e9ouunf |
| USER | www |
| HOME | /home/www |
| SCRIPT_NAME | /index.php |
| REQUEST_URI | /jndx28.html?type=0&i=3 |
| QUERY_STRING | type=0&i=3 |
| REQUEST_METHOD | GET |
| SERVER_PROTOCOL | HTTP/1.0 |
| GATEWAY_INTERFACE | CGI/1.1 |
| REDIRECT_QUERY_STRING | type=0&i=3 |
| REDIRECT_URL | /jndx28.html |
| REMOTE_PORT | 44956 |
| SCRIPT_FILENAME | /www/wwwroot/www.zhenningtech.com/index.php |
| SERVER_ADMIN | webmaster@example.com |
| CONTEXT_DOCUMENT_ROOT | /www/wwwroot/www.zhenningtech.com |
| CONTEXT_PREFIX | |
| REQUEST_SCHEME | http |
| DOCUMENT_ROOT | /www/wwwroot/www.zhenningtech.com |
| REMOTE_ADDR | 10.51.1.62 |
| SERVER_PORT | 80 |
| SERVER_ADDR | 10.51.1.61 |
| SERVER_NAME | www.zhenningtech.com |
| SERVER_SOFTWARE | Apache |
| SERVER_SIGNATURE | Apache Server at www.zhenningtech.com Port 80 |
| LD_LIBRARY_PATH | /www/server/apache/lib |
| PATH | /www/server/panel/pyenv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin |
| HTTP_COOKIE | PHPSESSID=ir5mtgb5uo43usuq1p3e9ouunf |
| HTTP_ACCEPT_ENCODING | gzip |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
| HTTP_CONNECTION | close |
| HTTP_X_FORWARDED_PROTO | http |
| HTTP_X_FORWARDED_FOR | 104.140.21.34 |
| HTTP_X_REAL_IP | 104.140.21.34 |
| HTTP_HOST | www.zhenningtech.com |
| proxy-nokeepalive | 1 |
| SCRIPT_URI | /jndx28.html |
| SCRIPT_URL | /jndx28.html |
| REDIRECT_STATUS | 200 |
| REDIRECT_PATH_INFO | jndx28.html |
| REDIRECT_SCRIPT_URI | /jndx28.html |
| REDIRECT_SCRIPT_URL | /jndx28.html |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1779173769.5425 |
| REQUEST_TIME | 1779173769 |
| APP_PATH | /www/wwwroot/www.zhenningtech.com/app/ |
| EXTEND_PATH | /www/wwwroot/www.zhenningtech.com/extend/ |