CodeIgniter Forums
How to display data only when changed - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How to display data only when changed (/showthread.php?tid=50084)



How to display data only when changed - El Forum - 03-13-2012

[eluser]kr1pt[/eluser]
Hi all.

I fetch user data in the user model and store into the variable. That means every time I load any page, model fetches data from the database. Is there a way I store data once, and then change it only when field is changed in database? Or until new login?