public function fetch($template, $data = [], $config = [])
{
if ('' == pathinfo($template, PATHINFO_EXTENSION)) {
// 获取模板文件名
$template = $this->parseTemplate($template);
}
// 模板不存在 抛出异常
if (!is_file($template)) {
throw new TemplateNotFoundException('template not exists:' . $template, $template);
}
// 记录视图信息
$this->app
->log('[ VIEW ] ' . $template . ' [ ' . var_export(array_keys($data), true) . ' ]');
$this->template->fetch($template, $data, $config);
}
| new | 95 | 
| PHPSESSID | oonaf1bv601bd32pubjdksrs91 | 
| USER | www | 
| HOME | /home/www | 
| HTTP_COOKIE | new=95; PHPSESSID=oonaf1bv601bd32pubjdksrs91 | 
| HTTP_ACCEPT_ENCODING | gzip | 
| HTTP_ACCEPT | */* | 
| HTTP_HOST | www.jbhpharma.com | 
| 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.jbhpharma.com | 
| SERVER_PORT | 80 | 
| SERVER_ADDR | 172.22.25.117 | 
| REMOTE_PORT | 43030 | 
| REMOTE_ADDR | 107.158.239.98 | 
| SERVER_SOFTWARE | nginx/1.22.1 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| REQUEST_SCHEME | http | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /www/wwwroot/www.jbhpharma.com | 
| DOCUMENT_URI | /index.php | 
| REQUEST_URI | /tags/1069.html | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | s=/tags/1069.html | 
| SCRIPT_FILENAME | /www/wwwroot/www.jbhpharma.com/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php | 
| REQUEST_TIME_FLOAT | 1761925879.1387 | 
| REQUEST_TIME | 1761925879 | 
| APP_VERSION | 2.0.0 | 
| APP_NAME | EndCMS内容管理 | 
| UPLOAD_DIR | /www/wwwroot/www.jbhpharma.com/uploads/ | 
| APP_PATH | /www/wwwroot/www.jbhpharma.com/application | 
| DEFAULT_THUMB | /static/images/default.png |