$filter = yii::$app->request->get();
$filter = Topic::filterInfoValidate('method',$filter);
unset($filter['id']);
$id = request('id');
// 食材主信息
$data = Topic::getCache("method", $id);
if(empty($data['muster']['method'])){
throw new \Exception('this content is not exists.', 404);
}
$pageCache = Topic::getPageCache("method", $id)['method'];
//以选择链接处理
$info = $data['muster'];
$info['pv'] = $data['method']['pv'];
$info['recipes_num'] = $data['muster']['recipes_num'];
$seotitle = $data['method']['seotitle'];
// 因运营需求,初始页面(未选中任何选项)时,需对所有选项进行内容运算,无内容者不展示
if(empty($filter)){
$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 = [
'id' => '192170',
];
$_COOKIE = [
'_ttcp' => 'es67fk0n99v1v3fn82mcm57m3j',
'_ttcp_ttl' => '32',
];
$_SESSION = [
'__flash' => [],
];