chen.xing/yii-common-set

通用设置管理,带后台界面

安装: 8

依赖: 1

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

v0.0.6 2020-03-13 10:11 UTC

This package is auto-updated.

Last update: 2024-09-10 16:37:35 UTC


README

通用设置

引用

在后台的控制中

use xing\commonSet\backend\controllers\CommonSetTrait;

分组设置

public $group = ['sys' => '系统', 'common' => '普通', 'user' => '用户'];