I’m doing my site in Codeigniter, where i need to update the timestamp on my table field for each page visit. Since i’m not familiar with the control flow in Codeigniter, i’m confused with where to write the code for this? It should be common to all the pages around the site.
I’m doing my site in Codeigniter, where i need to update the timestamp on
Share
You can use hooks in application/config/hooks.php
http://ellislab.com/codeigniter/user_guide/general/hooks.html