$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];
PHPSESSID | asdqkc02lnq3avi1ml1fbv2d66 |
theme_lang | index |
USER | www |
HOME | /home/www |
HTTP_COOKIE | PHPSESSID=asdqkc02lnq3avi1ml1fbv2d66; theme_lang=index |
HTTP_ACCEPT_ENCODING | gzip |
HTTP_ACCEPT | */* |
HTTP_HOST | www.hkjdkj.com |
HTTP_USER_AGENT | serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com) |
PATH_INFO | |
REDIRECT_STATUS | 200 |
SERVER_NAME | www.hkjdkj.com |
SERVER_PORT | 80 |
SERVER_ADDR | 43.224.155.131 |
REMOTE_PORT | 40020 |
REMOTE_ADDR | 166.88.130.98 |
SERVER_SOFTWARE | nginx/1.15.10 |
GATEWAY_INTERFACE | CGI/1.1 |
REQUEST_SCHEME | http |
SERVER_PROTOCOL | HTTP/1.1 |
DOCUMENT_ROOT | /home/wwwroot/www.hkjdkj.com/public |
DOCUMENT_URI | /index.php |
REQUEST_URI | /index.html |
SCRIPT_NAME | /index.php |
CONTENT_LENGTH | |
CONTENT_TYPE | |
REQUEST_METHOD | GET |
QUERY_STRING | s=//index.html |
SCRIPT_FILENAME | /home/wwwroot/www.hkjdkj.com/public/index.php |
FCGI_ROLE | RESPONDER |
PHP_SELF | /index.php |
REQUEST_TIME_FLOAT | 1611092379.4666 |
REQUEST_TIME | 1611092379 |
APP_DEBUG | true |
CMF_ROOT | /home/wwwroot/www.hkjdkj.com/ |
CMF_DATA | /home/wwwroot/www.hkjdkj.com/data/ |
APP_PATH | /home/wwwroot/www.hkjdkj.com/app/ |
WEB_ROOT | /home/wwwroot/www.hkjdkj.com/public/ |
HTMLPURIFIER_PREFIX | /home/wwwroot/www.hkjdkj.com/vendor/ezyang/htmlpurifier/library |