$list = MDiyPage::find()->where(['pid' => $diy['id']])->orderBy("sort asc")->all();
}
}
/**
* 手机端结束
*/
Yii::$app->params['list'] = $list?:[];
Yii::$app->params['list_view'] = true;
return $this->render('productList');
}
private function articleList($key){
if (Yii::$app->params['lanmu']['pid']==5){//关于我们的页面
return $this->render('/about/'.$key);
}
/**
* 手机端结束
*/
Yii::$app->params['list'] = $list?:[];
Yii::$app->params['list_view'] = true;
return $this->render('productList');
}
private function articleList($key){
$key = $this->getClassName();
Yii::$app->params['key'] = $key;
$cat = Category::findOne(['key'=>$key]);
if ($cat) {
parent::common();
if ($cat->type==1){
$this->productList($key);
}elseif ($cat->type==2){
$this->articleList($key);
}else{
$this->caseList($key);
}
}else{
$args = $this->controller->bindActionParams($this, $params);
Yii::trace('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;
} else {
$params = $this->catchAll;
unset($params[0]);
}
try {
Yii::trace("Route requested: '$route'", __METHOD__);
$this->requestedRoute = $route;
$result = $this->runAction($route, $params);
if ($result instanceof Response) {
return $result;
} else {
$response = $this->getResponse();
if ($result !== null) {
$response->data = $result;
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__ . '/../common/config/main-local.php'),
require(__DIR__ . '/../frontend/config/main.php'),
require(__DIR__ . '/../frontend/config/main-local.php')
);
(new yii\web\Application($config))->run();
$_GET = [
'controller' => 'tzdc',
's' => '/tzdc/',
];
$_COOKIE = [
'SITE_TOTAL_ID' => 'd4fd616ae020e576d9ec052003080513',
'server_name_session' => '13f4e2d55da10d91e5dd1d3daadfbb43',
];