Logging library or helper? |
I want to create a logging function to log actions from my system to a database table, so that i can track what user made what change to the system.
Would i best create a helper or a library for this? What is best practice for such a case...
Hello. I don't know if this helps, but do give a try to my Rat library: https://github.com/avenirer/CodeIgniter-Rat
Website: http://avenir.ro
Avenirer, i really love your work with this Rat library. it does exactly what i need. Thanks for this
![]() (01-11-2017, 12:44 AM)Avenirer Wrote: Hello. I don't know if this helps, but do give a try to my Rat library: https://github.com/avenirer/CodeIgniter-Rat I was going to try this but then on your github page - you say: "You can either autoload the library (I don't advise you to do that)," why can't you autoload it? especially if this is something meant for the entire application?
i autoload it even though it is not recommended by the developer and don't see/experience any downsides to doing so.
|
Welcome Guest, Not a member yet? Register Sign In |