noking50/dblog

There is no license information available for the latest version (1.0.1) of this package.

Log database operation to files

1.0.1 2018-06-21 07:17 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:25:28 UTC


README

Log database operation to files

Installing

install

composer required noking50/dblog

config

Usage

write log to file

DBLog::write($table_name, $data_before_modify, $data_after_modify);

If insert data, $data_before_modify is null, If delete data, $data_after_modify is null,