CodeIgniter Forums
What are the ramifications of use_reference = FALSE in models? - 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: What are the ramifications of use_reference = FALSE in models? (/showthread.php?tid=33425)



What are the ramifications of use_reference = FALSE in models? - El Forum - 08-25-2010

[eluser]Nate Wagar[/eluser]
As stated above, what happens if use_reference evaluates to FALSE in the model constructor? Is there some additional memory overhead? Processing overhead?