19 require_once(BASE.
"wcmf/lib/util/class.Message.php");
20 require_once(BASE.
"wcmf/lib/persistence/converter/class.DataConverter.php");
36 $data = preg_replace(
"/\r\n|\n\r|\n|\r/",
"<br />", $data);
HTMLDataConverter converts data between storage and HTML files.
convertStorageToApplication($data, $type, $name)
convertApplicationToStorage($data, $type, $name)
DataConverter is the base class for all converter classes. It defines the interface for converting da...