Databases Reference
In-Depth Information
This feature is currently offered only in light mode and is controlled by these
parameters:
$cfg['LeftFrameDBTree'] = TRUE;
$cfg['LeftFrameDBSeparator'] = '_';
The default value of TRUE in $cfg['LeftFrameDBTree'] ensures that this feature is
activated. A popular value for the separator is '_' .
Full Mode
The previous examples were shown in Light mode, but setting the
$cfg['LeftFrameLight'] parameter to FALSE produces a complete layout of our
databases and tables using collapsible menus (if supported by the browser):
The number of tables per database is shown in brackets. The Full mode is not
selected by default; it can increase network traffic and server load if our current
rights give us access to a large number of databases and tables. Links must be
generated in the left panel to enable table access and quick-browse access to every
table, and the server has to count the number of rows for all tables.
Table Short Statistics
Moving the cursor over a table name displays comments about the table (if any) and
the number of rows currently in it:
 
Search WWH ::




Custom Search