文件名称:yii-old-attribute-behavior:用于存储“旧”模型属性的模型行为
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-06 16:38:13
PHP
yii-旧-属性-行为 用法示例: class User extends CActiveRecord { /** * @inheritdoc */ public function behaviors () { return array_merge ( parent :: behaviors (), [ 'oldBehavior' => [ 'class' => Intersvyaz \ Behavior \ OldAttributesBehavior ::class], ] ); } /** * @inheritdoc */ protected function afterSave () { if ( $ this -> isModified ( 'username' )) { // som
【文件预览】:
yii-old-attribute-behavior-master
----LICENSE(1KB)
----composer.json(580B)
----OldAttributesBehavior.php(4KB)
----README.md(1KB)