Download the PHP package vision/yii_pg_int_arr without Composer
On this page you can find all versions of the php package vision/yii_pg_int_arr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vision/yii_pg_int_arr
More information about vision/yii_pg_int_arr
Files in vision/yii_pg_int_arr
Download vision/yii_pg_int_arr
More information about vision/yii_pg_int_arr
Files in vision/yii_pg_int_arr
Please rate this library. Is it a good library?
Informations about the package yii_pg_int_arr
Установка
Выполните
или добавьте в ваш composer.json
Использование
Указываем в AR поля для модификации, прикрепляем поведение, а также валидатор:
use vision\yii_pg_int_array\PgIntegerArrayBehavior;
use vision\yii_pg_int_array\PgIntegerArrayValidator;
public function attributesIntArray()
{
return [
'field_name'
];
}
/**
* @inheritdoc
*/
public function behaviors()
{
return [
PgIntegerArrayBehavior::className()
];
}
public function rules()
{
return [
['field_name', PgIntegerArrayValidator::className()],
];
}
All versions of yii_pg_int_arr with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package vision/yii_pg_int_arr contains the following files
Loading the files please wait ....