承接 tpoxa/yii2-settings 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tpoxa/yii2-settings

Composer 安装命令:

composer require tpoxa/yii2-settings

包简介

Yii2 settings with database module with GUI manager supported

README 文档

README

Latest Stable Version License Total Downloads Monthly Downloads Daily Downloads

Yii2 settings with database module with GUI manager supported

yii2-settings

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist johnitvn/yii2-settings "*"

or add

"johnitvn/yii2-settings": "*"

to the require section of your composer.json file.

Usage

####Add settings into component config:

'components' => [        
    'settings'=>[
        'class'=>'johnitvn\settings\Settings'
    ],
],

####Ok let see this codesnipet to use:

$settings = Yii::$app->settings;

$value = $settings->get('section,'key');

$settings->set('section','key', 'value', 'integer');

$settings->delete('section,'key');

$settings->deleteAll('section,'key');

$settings->clearCache(); // automatic call when use set()

####Look at line:

$settings->set($section,$key,$value,$type);

You can use $section for distribute setting such as system,user... And the $type will be use for get settings. This extension have used settype for set the type of a setting when you get it

####If you want to manager setting with GUI then add settings into module config:

'modules' => [
    'settings' =>  [
        'class'=>'johnitvn\settings\Module',
    ]       
]

And go to localhost/index.php?r=settings/manager/index.php

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 17
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2016-02-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固