2017 © Pedro Peláez
 

yii2-extension yii2-variable

A simple solution for the storage of variables in the database

image

pesto/yii2-variable

A simple solution for the storage of variables in the database

  • Monday, April 11, 2016
  • by Pesto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Install

Выполните команду, (*1)

$ php composer.phar require pesto/yii2-variable "*"

или добавьте, (*2)

"pesto/yii2-variable": "*"

в секцию require вашего composer.json файла., (*3)

Выполните миграции, (*4)

./yii migrate/up --migrationPath=@vendor/pesto/yii2-variable/migrations

Configuration

Добавьте следующее в ваш конфигурационный файл:, (*5)

<?php
...
    'components' => [
      'variable' => [
        'class' => 'pesto\variable\Variable',
      ]
      ...
    ],
...

Usage

Теперь можно в любом месте кода сохранить переменную:, (*6)

 <?php Yii::$app->variable->set(<name>, <value>) ?>

или получить значение уже сохраненной переменной:, (*7)

 <?php Yii::$app->variable->get(<name>, <default_value>) ?>

The Versions

11/04 2016

dev-master

9999999-dev

A simple solution for the storage of variables in the database

  Sources   Download

None

The Requires

 

by Viktor Kislyak

yii2 variable

11/04 2016

0.1.1

0.1.1.0

A simple solution for the storage of variables in the database

  Sources   Download

None

The Requires

 

by Viktor Kislyak

yii2 variable

03/03 2016

0.1.0

0.1.0.0

A simple solution for the storage of variables in the database

  Sources   Download

None

The Requires

 

by Viktor Kislyak

yii2 variable