Databases Reference
In-Depth Information
 
Starting page
config.inc.php
Configuring window title
$cfg['TitleDefault'] ,
$cfg['TitleServer'] , $cfg['TitleDatabase'] , and $cfg['TitleTable'] .
If no server is selected, $cfg['TitleDefault'] controls the title. When a server is
selected (but no database), $cfg['TitleServer'] controls what is displayed in the
title bar. Then if a database is selected, $cfg['TitleDatabase'] enters into play.
Finally, $cfg['TitleTable'] is effective if a table is selected.
These directives contain format strings that control which piece of information is
shown. For example, here is the default value of one of these directives:
$cfg['TitleTable'] = '@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ |
@PHPMYADMIN@';
The possible format strings and their meaning are described in Documentation.
html , FAQ 6.27.
Search WWH ::




Custom Search