Welcome Guest, Not a member yet? Register   Sign In
ci4 log
#1

hii, i want to ask what is the best way to log an CRUD action in model or entity

ex update : the before change dan after change data just log the filed  has change and insert to log_action table

anyone have an idea for share with me??
Reply
#2

This may point you in the right direction.

Simple CRUD CodeIgniter 4 Logger
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

change this variable value:

public $threshold = 3; // up to this level will be logged
Reply
#4

(01-28-2023, 06:06 AM)InsiteFX Wrote: This may point you in the right direction.

Simple CRUD CodeIgniter 4 Logger

i mean is like this
what is the best way make logging action like that in ci4??
Reply
#5

See https://github.com/tattersoftware/codeigniter4-audits
Reply
#6

(02-02-2023, 02:12 AM)kenjis Wrote: See https://github.com/tattersoftware/codeigniter4-audits

oke, thanks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB