}
if ('' == pathinfo($template, PATHINFO_EXTENSION)) {
// 获取模板文件名
$template = $this->parseTemplate($template);
}
// 模板不存在 抛出异常
if (!is_file($template)) {
throw new TemplateNotFoundException('template not exists:' . $template, $template);
}
$this->template->fetch($template, $data);
}
/**
* 渲染模板内容
* @access public
* @param string $template 模板内容
site_lang | en |
think_lang | en-us |
USER | www |
HOME | /home/www |
HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
HTTP_ACCEPT | */* |
HTTP_HOST | cilico.com |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.cilico.com |
SERVER_PORT | 443 |
SERVER_ADDR | 172.31.14.184 |
REMOTE_PORT | 9477 |
REMOTE_ADDR | 52.14.193.97 |
SERVER_SOFTWARE | nginx/1.23.4 |
GATEWAY_INTERFACE | CGI/1.1 |
HTTPS | on |
REQUEST_SCHEME | https |
SERVER_PROTOCOL | HTTP/2.0 |
DOCUMENT_ROOT | /www/wwwroot/new.cilico.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /Products/index/cid/7/id/23.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=/Products/index/cid/7/id/23.html |
SCRIPT_FILENAME | /www/wwwroot/new.cilico.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1741419573.3405 |
REQUEST_TIME | 1741419573 |