Download the PHP package demmonico/yii2-models without Composer
On this page you can find all versions of the php package demmonico/yii2-models. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-models
Yii2 models library
Description
Yii2 models library which used in web-application development.
Composition
ActiveRecord
ActiveRecord model overload parent \yii\db\ActiveRecord
.
This add features:
- sanitize rules (see https://github.com/demmonico/yii2-behaviors)
- TimestampBehavior for autocomplete create and update date fields if they exists in any child model
- autocollect model saving errors at application logs.
Usage:
Model
Model model overload parent \yii\base\Model
.
This add features:
- sanitize rules (see https://github.com/demmonico/yii2-behaviors)
- perform ajax validation method (see https://github.com/demmonico/yii2-traits).
So sanitize rule can inherits by any form.
Usage:
in model
in controller use ajax validation
All versions of yii2-models with dependencies
PHP Build Version
Package Version
Requires
php Version
>5.5.0
yiisoft/yii2 Version ~2.0.0
demmonico/yii2-behaviors Version *
demmonico/yii2-traits Version *
yiisoft/yii2 Version ~2.0.0
demmonico/yii2-behaviors Version *
demmonico/yii2-traits Version *
The package demmonico/yii2-models contains the following files
Loading the files please wait ....