$info = $result['info'];
$haveCache = $result['haveCache'];
$call_ids = $result['call_ids'];
}
catch(\InvalidArgumentException $e){
throw new \Exception('well. life is tough. but will getting better.', 404);
}
catch(\Exception $e){
\Yii::error($e->getMessage());
throw new \Exception($e->getMessage(), 500);
}
// 如果文章不开放爬取而路径是可爬取路径则抛出错误
if($open == 1 && $info['is_open'] == 0){
throw new \Exception('this content is not exists.', 404);
}
if(APPNAME=='mobile'){
$this->layout = 'header';
}
// TODO: 暂时无其他内容调用,后期确定在做修改
$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' => '54328',
];
$_SESSION = [
'__flash' => [],
];