CodeIgniter Forums
Static variables in CodeIgniter - 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: Static variables in CodeIgniter (/showthread.php?tid=46748)



Static variables in CodeIgniter - El Forum - 11-14-2011

[eluser]Unknown[/eluser]
Hi,

I need to save a result in controller returned by the Model. The results should be save in a way that I can use this data when second time controller is called without calling the model. I don't want to put the data in session or memcache. What should be the most efficient way to do it?