}
$info['filterInfo'] = $filterInfo;
//筛选写死代码逻辑------end
$functionName = 'calculate'.ucfirst($type).'Content';
$content = Topic::$functionName($id,$filter)[$id];
}
$info['content'] = array_splice($content,0,10);
if(empty($info['content'])){
throw new \Exception('this content is null.', 404);
}
$info['new'.ucfirst($type)] = $pageCache['new'.ucfirst($type)] ?? [];
$info['relevant'.ucfirst($type)] = $pageCache['relevant'.ucfirst($type)] ?? [];
$info['hot'.ucfirst($type)] = $pageCache['hot'.ucfirst($type)] ?? [];
//seoTitle、description、keyword合成
$subtypeName = '';
if(!empty($info['methodSubtype'])){
foreach ($info['methodSubtype'] as $row){
$args = $this->controller->bindActionParams($this, $params);
Yii::debug('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__);
if (Yii::$app->requestedParams === null) {
Yii::$app->requestedParams = $args;
}
return call_user_func_array([$this->controller, $this->actionMethod], $args);
}
}
}
$result = null;
if ($runAction && $this->beforeAction($action)) {
// run the action
$result = $action->runWithParams($params);
$result = $this->afterAction($action, $result);
// call afterAction on modules
foreach ($modules as $module) {
/* @var $module Module */
$parts = $this->createController($route);
if (is_array($parts)) {
/* @var $controller Controller */
list($controller, $actionID) = $parts;
$oldController = Yii::$app->controller;
Yii::$app->controller = $controller;
$result = $controller->runAction($actionID, $params);
if ($oldController !== null) {
Yii::$app->controller = $oldController;
}
return $result;
}
$params = $this->catchAll;
unset($params[0]);
}
try {
Yii::debug("Route requested: '$route'", __METHOD__);
$this->requestedRoute = $route;
$result = $this->runAction($route, $params);
if ($result instanceof Response) {
return $result;
}
$response = $this->getResponse();
if ($result !== null) {
{
try {
$this->state = self::STATE_BEFORE_REQUEST;
$this->trigger(self::EVENT_BEFORE_REQUEST);
$this->state = self::STATE_HANDLING_REQUEST;
$response = $this->handleRequest($this->getRequest());
$this->state = self::STATE_AFTER_REQUEST;
$this->trigger(self::EVENT_AFTER_REQUEST);
$this->state = self::STATE_SENDING_RESPONSE;
$response->send();
require __DIR__ . '/../../common/config/main.php',
require __DIR__ . '/../config/main.php',
require __DIR__ . '/../config/main-pc.php'
);
error_reporting(E_ALL^E_NOTICE^E_WARNING);
(new yii\web\Application($config))->run();
/*$xhprof_data = xhprof_disable();
include_once '/home/xhprof-master'.'/xhprof_lib/utils/xhprof_lib.php';
include_once '/home/xhprof-master' . '/xhprof_lib/utils/xhprof_runs.php';
$xhprof_runs = new XHProfRuns_Default();
$_GET = [
'type' => 'mix',
'id' => '1266',
];
$_COOKIE = [
'_ttcp_ttl' => '5',
'_ttcp' => 'dn4ab2aktk6ghoc2b2i9g1fjbs',
];
$_SESSION = [
'__flash' => [],
];