示例#1
0
 public function __construct()
 {
     $this->m_debugObj = DebuggerInstance::GetInstance();
     $this->m_lastError = null;
     $this->m_debugComponents = explode(',', G_DEGUG_COMPONENTS);
 }
示例#2
0
 public function __construct()
 {
     $this->m_debugObj = DebuggerInstance::GetInstance();
     $this->m_lastError = null;
 }