Latest data model (Erwan) and few cosmetic changes (safer display of object hyperlinks)

SVN:code[119]
This commit is contained in:
Romain Quetiez
2009-09-07 14:29:49 +00:00
parent 3d4b45de26
commit ab801850dd
30 changed files with 1139 additions and 448 deletions

View File

@@ -54,6 +54,11 @@ class CoreException extends Exception
return MyHelpers::get_callstack_html(0, $this->getTrace());
// return "<pre>\n".$this->getTraceAsString()."</pre>\n";
}
public function addInfo($sKey, $value)
{
$this->m_aContextData[$sKey] = $value;
}
}
class CoreWarning extends CoreException