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);}
| PHPSESSID | ieb1m3t1nrnijt3lgkedjsc23m |
| mike_home_lang | chs |
| USER | www |
| HOME | /home/www |
| HTTP_COOKIE | PHPSESSID=ieb1m3t1nrnijt3lgkedjsc23m; mike_home_lang=chs |
| HTTP_ACCEPT_ENCODING | gzip |
| HTTP_ACCEPT | */* |
| HTTP_HOST | www.dgbello.com |
| HTTP_USER_AGENT | CCBot/2.0 (https://commoncrawl.org/faq/) |
| PATH_INFO | |
| REDIRECT_STATUS | 200 |
| SERVER_NAME | dgbello.com |
| SERVER_PORT | 443 |
| SERVER_ADDR | 172.21.114.25 |
| REMOTE_PORT | 34134 |
| REMOTE_ADDR | 104.140.79.34 |
| SERVER_SOFTWARE | nginx/1.22.1 |
| GATEWAY_INTERFACE | CGI/1.1 |
| HTTPS | on |
| REQUEST_SCHEME | https |
| SERVER_PROTOCOL | HTTP/1.1 |
| DOCUMENT_ROOT | /www/wwwroot/dgbello_com |
| DOCUMENT_URI | /index.php |
| REQUEST_URI | /list/https%3A%2F%2Fwww.dgbello.com%2Flist%2F15.html%2Fcontact.html |
| SCRIPT_NAME | /index.php |
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET |
| QUERY_STRING | s=/list/https:/www.dgbello.com/list/15.html/contact.html |
| SCRIPT_FILENAME | /www/wwwroot/dgbello_com/index.php |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php |
| REQUEST_TIME_FLOAT | 1763123551.7605 |
| REQUEST_TIME | 1763123551 |