Databases Reference
In-Depth Information
'comment_mysql' => '',
'comment_ansi' => '',
'comment_c' => '',
'digit' => '',
'digit_hex' => 'teal',
'digit_integer' => 'teal',
'digit_float' => 'aqua',
'punct' => 'fuchsia',
'alpha' => '',
'alpha_columnType' => '#FF9900',
'alpha_columnAttrib' => '#0000FF',
'alpha_reservedWord' => '#990099',
'alpha_functionName' => '#FF0000',
'alpha_identifier' => 'black',
'alpha_variable' => '#800000',
'quote' => '#008000',
'quote_double' => '',
'quote_single' => '',
'quote_backtick' => ''
);
In the previous examples, fmtType was set to 'text' because this mode is more
legible in a book. This mode inserts line breaks at logical points inside a MySQL
statement, but there is no color involved. With fmtType set to 'html' , phpMyAdmin
would report the SQL statements as:
Setting fmtType to 'none' removes every kind of formatting, leaving our
syntax intact:
 
Search WWH ::




Custom Search