CodeIgniter Forums
Which strategy to follow for a last 5 items watched??? - 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: Which strategy to follow for a last 5 items watched??? (/showthread.php?tid=26949)



Which strategy to follow for a last 5 items watched??? - El Forum - 01-27-2010

[eluser]123wesweat[/eluser]
Hi,

What strategy should i follow to keep the latest 5 items watched by an user show in a box??

1/enable session
2/ user_data add an last_viewed variable
3.............

Any usable libraries/helpers?