2017 © Pedro Peláez
 

yii2-extension yii2-activerecord-changelog

Log Yii2 active record changes

image

panwenbin/yii2-activerecord-changelog

Log Yii2 active record changes

  • Sunday, August 20, 2017
  • by panwenbin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

migration

php yii migrate --migrationPath=@panwenbin/yii2/activerecord/changelog/migrations

Usage

Config on ActiveRecord Model

    public function behaviors()
    {
        return [
            [
                'class' => ActiveRecordChangeLogBehavior::className(),
                'ignoreAttributes' => ['updated_at'],
            ],
        ];
    }

Module for view changelogs, access at route /ar/log as the following config.

    'modules' => [
        'ar' => [
            'class' => 'panwenbin\yii2\activerecord\changelog\Module',
        ],
    ]

The Versions

20/08 2017

dev-master

9999999-dev

Log Yii2 active record changes

  Sources   Download

MIT

The Requires

 

by Pan Wenbin

log yii2 activerecord history changelog

20/08 2017

0.3.0

0.3.0.0

Log Yii2 active record changes

  Sources   Download

MIT

The Requires

 

by Pan Wenbin

log yii2 activerecord history changelog

19/08 2017

0.2.0

0.2.0.0

Log Yii2 active record changes

  Sources   Download

MIT

The Requires

 

by Pan Wenbin

log yii2 activerecord history changelog

19/08 2017

0.1.0

0.1.0.0

Log Yii2 active record changes

  Sources   Download

MIT

The Requires

 

by Pan Wenbin

log yii2 activerecord history changelog