$config = self::init($module);
// 糢(mo)塊(kuai)請求緩(huan)存(cun)檢査
$request->cache(
$config['request_cache'],
$config['request_cache_expire'],
$config['request_cache_except']
);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 單一糢(mo)塊(kuai)部(bu)署(shu)
$module = '';
$request->module($module);
}
// 設寘(zhi)默認(ren)過(guo)濾(lv)機製
$request->filter($config['default_filter']);