CodeIgniter Forums
Is the Visit_Log table part of CodeIgniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Is the Visit_Log table part of CodeIgniter? (/showthread.php?tid=65563)



Is the Visit_Log table part of CodeIgniter? - howardb1 - 06-26-2016

Is the Visit_Log table part of CodeIgniter?

I 've added a new column to the Visit_Log table, but I don't seem to be able to find where data is inserted into table so I can modify the statement to also put my new data column value.  Anyone have experience with this table and know how it get's its data?

If this topic has been raised before and already been answered then I apologize for double posting.  Before posting this I searched for Visit_Log in the forums, but didn't find anything, and I searched Google for the term "CodeIgniter Visit_Logs", but I didn't find anything of useful there.

Thanks,
Howard


RE: Is the Visit_Log table part of CodeIgniter? - ciadmin - 06-26-2016

There is no Visit_Log in CodeIgniter. It has to be in some other part of your application.


RE: Is the Visit_Log table part of CodeIgniter? - howardb1 - 06-28-2016

(06-26-2016, 02:13 PM)ciadmin Wrote: There is no Visit_Log in CodeIgniter. It has to be in some other part of your application.

Thank you.