Unknown Property – yii\base\UnknownPropertyException ::discription:html
问题 This is the continuation of this question How to hide detail view labels on yii2 <?= DetailView::widget([ 'model' => $model, 'template' => '<tr><td{contentOptions}>{value}</td></tr>', 'attributes' => [ [ 'attribute' => 'discription:html', 'label' => '' ] ], ]) ?> The description is supposed to render in HTML only So the above code is but if I use the above code I am ending up in at this error. Unknown Property – yii\base\UnknownPropertyException 回答1: Each attribute may has own settings which