if ($this->param['auto_search']) {
$controller = $this->autoFindController($module, $path);
} else {
// 解析控制器
$controller = !empty($path) ? array_shift($path) : null;
}
if ($controller && !preg_match('/^[A-Za-z][\w|\.]*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
// 解析操作
$action = !empty($path) ? array_shift($path) : null;
// 解析额外参数
if ($path) {
if ($this->rule->getConfig('url_param_type')) {
$var += $path;
| PHPSESSID | s636a81emv2taak06d5srq32q6 | 
| USER | www | 
| HOME | /home/www | 
| HTTP_COOKIE | PHPSESSID=s636a81emv2taak06d5srq32q6 | 
| HTTP_ACCEPT_ENCODING | gzip | 
| HTTP_ACCEPT | */* | 
| HTTP_HOST | www.hebang.cn | 
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) | 
| PATH_INFO | |
| REDIRECT_STATUS | 200 | 
| SERVER_NAME | www.hebang.cn | 
| SERVER_PORT | 443 | 
| SERVER_ADDR | 172.27.179.140 | 
| REMOTE_PORT | 48486 | 
| REMOTE_ADDR | 107.158.144.110 | 
| SERVER_SOFTWARE | nginx/1.18.0 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| HTTPS | on | 
| REQUEST_SCHEME | https | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /www/wwwroot/hebang.juxingnongmu.cn/public | 
| DOCUMENT_URI | /index.php | 
| REQUEST_URI | /art/2020/12/24/art_5602_2067007.html | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | s=/art/2020/12/24/art_5602_2067007.html | 
| SCRIPT_FILENAME | /www/wwwroot/hebang.juxingnongmu.cn/public/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php | 
| REQUEST_TIME_FLOAT | 1751321843.3503 | 
| REQUEST_TIME | 1751321843 | 
| IF_PUBLIC | true | 
| ROOT_PATH | /www/wwwroot/hebang.juxingnongmu.cn/public/../ | 
| APP_PATH | /www/wwwroot/hebang.juxingnongmu.cn/public/../application/ | 
| ADDON_PATH | /www/wwwroot/hebang.juxingnongmu.cn/public/../addons/ | 
| ROOT_URL | / | 
| TEMPLATE_PATH | /www/wwwroot/hebang.juxingnongmu.cn/public/../public/templates/ |