Ver Mensaje Individual
  #7 (permalink)  
Antiguo 12/12/2009, 12:52
Avatar de Hiruma-Sama
Hiruma-Sama
 
Fecha de Ingreso: agosto-2007
Ubicación: Floresta, Buenos Aires, Argentina.
Mensajes: 234
Antigüedad: 16 años, 8 meses
Puntos: 5
Respuesta: [Consulta] AppServ . Especificar Base de Datos ?

Hola, gracias por la data, mira lo estuve probando y en particular esa linea de codigo, al modificarla, me genero en el panel de la izquierda, que aparezca esto:

[+] NOMBRE DB.
-tabla1
-tabla2

digamos que aparece un + que permite ocultar o mostrar los nombres de las tablas vinculadas a la DB.

probe con algunos de las otras lineas vinculadas al panel izquierdo, pero tampoco encontre algo que me habilitara Visualmente todas las DB. o al menos no tuve resultado, actualmente lo tengo asi:

Cita:
// Left frame setup
$cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the
// current tables in the left frame.
$cfg['LeftFrameDBTree'] = TRUE; // turn the select-based light menu into a tree
$cfg['LeftFrameDBSeparator'] = '_'; // the separator to sub-tree the select-based light menu tree
$cfg['LeftFrameTableSeparator']= '__'; // Which string will be used to generate table prefixes
// to split/nest tables into multiple categories
$cfg['LeftFrameTableLevel'] = '1'; // How many sublevels should be displayed when splitting
// up tables by the above Separator
$cfg['ShowTooltip'] = TRUE; // display table comment as tooltip in left frame
$cfg['ShowTooltipAliasDB'] = FALSE; // if ShowToolTip is enabled, this defines that table/db comments
$cfg['ShowTooltipAliasTB'] = FALSE; // are shown (in the left menu and db_details_structure) instead of
// table/db names. Setting ShowTooltipAliasTB to 'nested' will only
// use the Aliases for nested descriptors, not the table itself.

$cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame
$cfg['LeftDisplayServers'] = TRUE; // display server choice at top of left frame
$cfg['DisplayServersList'] = FALSE; // server choice as links