19 require_once(BASE.
"wcmf/lib/util/class.Message.php");
20 require_once(BASE.
"wcmf/lib/persistence/converter/class.DataConverter.php");
37 $trans = get_html_translation_table(HTML_ENTITIES);
38 $trans = array_flip($trans);
40 return strtr(stripslashes(stripslashes($data)), $trans);
48 return htmlspecialchars($data, ENT_QUOTES);
The default dataconverter.
convertApplicationToStorage($data, $type, $name)
DataConverter is the base class for all converter classes. It defines the interface for converting da...
convertStorageToApplication($data, $type, $name)