生成副本的意思是应该就是指复制了一份文档上写的很清楚了,用的是copy,就是指复制了You’ll notice that the above get_instance() function is being passed by reference: $CI =& get_instance();
This is very important. Assigning by reference allows you to use the original CodeIgniter object rather than creating a copy of it.
|