twisted1919/yii2-options
最新稳定版本:1.0.2
Composer 安装命令:
composer require twisted1919/yii2-options
包简介
It helps to manage your app options/settings
关键字:
README 文档
README
Install via composer:
composer require twisted1919/yii2-options
Run the migration:
./yii migrate --migrationPath=@vendor/twisted1919/yii2-options/migrations
Add the component in your configuration file:
'components' => [ [...] 'options' => [ 'class' => '\twisted1919\options\Options' ], [...] ]
Api:
Please note that options() is added by twisted1919/yii2-shortcut-functions automatically.
SET
options()->set($key, $value);
GET
options()->get($key, $defaultValue = null);
REMOVE
options()->remove($key);
统计信息
- 总下载量: 2.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-08-08