Constructor.
Create a config field.
configfield
configfield
(string $fname, [string $ftype = "text"], [string $flist = ""], [mixed $default = "???"])
-
string
$fname: Name of the field
-
string
$ftype: Type of field: 'text', 'numeric', 'bool', or 'datetime'
-
string
$flist: List of permitted values, if appropriate
Return the default field value
void
defaultvalue
()