Welcome Guest, Not a member yet? Register   Sign In
Log all activity
#1

[eluser]peter[/eluser]
Hi guys,

I would like to log any action users do and save it in my database. It means log his session, full page url, sent data (post, get), etc... Where should I save and include this function? In hooks or where? And does CI have this function for logging purposes?

Thank you.
#2

[eluser]Otemu[/eluser]
Hi,

Codeigniter does have a function for logging function check it out here

There also the Profiling Class that generates a report of queries, post data, etc.

In terms of where to put this function, maybe have a base class and have all your classes that need logging purposes extend this, or use a library or a custom class to keep track of this information
#3

[eluser]peter[/eluser]
thank you for your reply. I will try it.
I found older library http://code.google.com/p/firestick/. I must check it and try it. I think it will be necessary to update library files for the newest version of CI.




Theme © iAndrew 2016 - Forum software by © MyBB