WIKINDX METHODS
Method:
codeToHtml()
Class:
HTML
Method Call:
include_once("core/html/HTML.php");
$html = new HTML();
STRING $html->codeToHtml(STRING: $string);
Description:
Returns a string in which user-entered codes (in form textarea input etc.) have been converted to appropriate HTML
codes. This method is automatically called in dbToHtmlTidy() and should probably
not need to be used anywhere else. The code is standard BBCode.
Usage:
WIKINDX home
WIKINDX usage
WIKINDX classes