Yii2 Behaviors (Development Phase)
A compilation of useful behaviors for the Yii2 framework., (*1)
Included Behaviors
ActiveOrderBehavior - A behavior to handle a sorting field in models of the
same type.
EnhancedAttributeBehavior - Acts like the attribute behavior but allows that
attributes could depend on attributes in the related models., (*2)
Installation
Include the package as dependency under the composer.json file., (*3)
To install, either run, (*4)
$ php composer.phar require jlorente/yii2-behaviors "*"
or add, (*5)
...
"require": {
// ... other configurations ...
"jlorente/yii2-behaviors": "*"
}
to the require
section of your composer.json
file., (*6)
Usage
In construction, (*7)
License
Copyright © 2015 JosĂ© Lorente MartĂn jose.lorente.martin@gmail.com., (*8)