【发布时间】:2017-02-17 08:11:37
【问题描述】:
$this->CI has $CI ($this->CI->CI)
And $this->CI->CI has $CI ($this->CI->CI->CI)
And $this->CI->CI->CI has $CI ($this->CI->CI->CI->CI)
And $this->CI->CI->CI->CI has $CI ($this->CI->CI->CI->CI->CI)
.....
......
$CI($this->CI->CI) 与 $this->CI 具有相同的键和值(请参见以下屏幕截图)
图片说明
我无法确定$this->CI 有多少$CI。
为什么$this->CI 一直有$CI?
请告诉我是什么原因,我做错了什么?
【问题讨论】:
-
当然是致命的EROOR............!!!!基本上 CI Instance 没有任何其他 CI 方法或变量 ....
-
但是没有出现错误。我担心内存问题。
标签: php codeigniter instance