下载uditor git clone https://github.com/BigKuCha/yii2-ueditor-widget.git 将下载的项目放到 common/wdigets目录上 修改命名空间 或者 安装 Either run $ php composer.phar require kucha/ueditor "*" or add "kucha/ueditor": "*" to the require section of you…
<?php namespace app\models; use yii\db\ActiveRecord; use Yii; use yii\helpers\ArrayHelper; class Category extends ActiveRecord { public static function tableName() { return "{{%category}}"; } public function attributeLabels() { return [ 'pare…