2017 © Pedro Peláez
 

yii2-extension yii2-path-behavior

Automatic generation url path for the model while saving model/

image

pesto/yii2-path-behavior

Automatic generation url path for the model while saving model/

  • Friday, April 1, 2016
  • by Pesto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Behavior для генерации URL адреса модели при сохранении., (*1)

Install

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

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

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

"pesto/yii2-path-behavior": "*"

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

Usage

Теперь можно в методе behaviors() модели указать:, (*5)

  public function behaviors()
  {
      return [
          ...
          [
              'class' => PathBehavior::className(),
              'fieldName' => 'path',          //Поле для генерации пути
              'fromFieldName' => 'title'      //Поле, за основу которого берется строка
          ]
          ...
      ];
  }

The Versions

01/04 2016

dev-master

9999999-dev

Automatic generation url path for the model while saving model/

  Sources   Download

None

The Requires

 

by Viktor Kislyak

url yii2 behavior path

01/04 2016

0.1.0

0.1.0.0

Automatic generation url path for the model while saving model/

  Sources   Download

None

The Requires

 

by Viktor Kislyak

url yii2 behavior path