255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'title' => '标题', 'url' => '路径', 'sort' => '排序 升序', 'is_delete' => 'Is Delete', 'addtime' => 'Addtime', 'store_id' => '商城id', 'pic_url' => 'Pic Url', 'content' => '详情介绍', 'type' => '视频来源 0--源地址 1--腾讯视频', ]; } public function beforeSave($insert) { $this->title = \yii\helpers\Html::encode($this->title); $this->content = \yii\helpers\Html::encode($this->content); return parent::beforeSave($insert); } }