noking50/dblog

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

Log database operation to files

Installs: 356

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/noking50/dblog

1.0.1 2018-06-21 07:17 UTC

This package is not auto-updated.

Last update: 2025-09-28 11:08:57 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,