Method:
formatField()
Class:
SQL
Method Call:
include_once("core/sql/SQL.php");
$db = new SQL();
STRING $db->formatField(STRING: $string);
Description:
Format a string appropriately for the SQL statement. This method is usually used to format single SQL table fields for
insertion into a SQL condition clause. $string will normally be enclosed in backticks.