title = $model->isNewRecord ? '添加帮助' : '编辑帮助'; $this->params['breadcrumbs'][] = ['label' => '帮助列表' , 'url' => [\Yii::$app->urlManager->createUrl(["admin/faq/index"])]]; $this->params['breadcrumbs'][] = $this->title; $status_labels = Faq::statusLabels(); ?>