Welcome Guest, Not a member yet? Register   Sign In
how to get User Database Activity's
#1

Hi to all,

I Have a database tables in the name of local_posts,post_comment,user_feedback...
I want user activity s based on these tables.. suppose user perform the some comments on post comment table ... and feedback table . i want result latest database activity based on user ..
Manikanta
Reply
#2

make another table with the name 'activities' and save every action in that table with the table reference. then query in table activities and popuplate data with respoective table.

example:

activities: (id, object, object_id, date_time, active) where object is feedback and comments and object_id is feedback'table id etc ......
Amjad Farooq,
Skype: shahgeb
cell: +923444553686
Reply
#3

Use the "Rat" library that Avenirer has made.
https://github.com/avenirer/CodeIgniter-Rat
Reply




Theme © iAndrew 2016 - Forum software by © MyBB