![]() |
User logger - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: User logger (/showthread.php?tid=998) |
User logger - X0rif - 02-04-2015 Hi i made a costum user logger. Feedback is welcome. https://github.com/Tjoosten/User-logger-codeigniter RE: User logger - Avenirer - 02-05-2015 I don't get it... What does this do? RE: User logger - Hobbes - 02-05-2015 by the looks of it it is a simple logging system much like CI's error logging (Application/logs) but meant intended to be used to log user activity. Example: Hobbes --> updated his/her user profile with a new email address --- At least that is what i get from the code anyway RE: User logger - Avenirer - 02-05-2015 Interesting helper. Never thought of that. It could be indeed helpful. RE: User logger - X0rif - 02-05-2015 Only i need your feedback to improve it |