2017 © Pedro Peláez
 

yii2-behaviors yii2-behaviors

Set of additional behaviors and filters for Yii2 Framework

image

sem-soft/yii2-behaviors

Set of additional behaviors and filters for Yii2 Framework

  • Monday, April 23, 2018
  • by sem
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Set of additional behaviors and filters for Yii2 Framework

Install by composer

composer require sem-soft/yii2-behaviors, (*1)

Or add this code into require section of your composer.json and then call composer update in console

"sem-soft/yii2-behaviors": "*", (*2)

Usage

// Model behaviors
  public function behaviors()
  {
    return[
      // Удаляем "точку" перед валидацией
      [
        'class' =>  TrimmerBehavior::className(),
        'attributes'  =>  ['sitemap_priority'],
        'characterMask' =>  '.'
      ]
    ];
    }

  // Controller filters
  public function behaviors()
  {
    return [
        // Действие hint запрашивается только AJAX-ом
        'ajax'  =>  [
          'class' => AjaxFilter::className(),
          'actions' => ['hint'],
        ],
    ];
  }

The Versions

23/04 2018

dev-master

9999999-dev

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD-3-Clause BSD 3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir

23/04 2018

1.0.5

1.0.5.0

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir

23/04 2018

1.0.4

1.0.4.0

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir

30/06 2017

1.0.3

1.0.3.0

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir

11/04 2017

1.0.2

1.0.2.0

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir

11/04 2017

1.0.1

1.0.1.0

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir

28/03 2017

1.0.0

1.0.0.0

Set of additional behaviors and filters for Yii2 Framework

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0

 

by Samsonov Vladimir