PHPMYADMIN配置[13]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 yuguanglou 的 blog

       // (or at the top with vertical browse)
$cfg['modifydeleteatright'] = false;        // show edit/delete links on right side of browse
                                            // (or at the bottom with vertical browse)
$cfg['defaultdisplay']      = 'horizontal'; // default display direction
                                            // (horizontal|vertical|horizontalflipped)
$cfg['defaultpropdisplay']  = 'horizontal'; // default display direction for altering/
                                            // creating columns (tbl_properties)
                                            // (horizontal|vertical)

$cfg['headerfliptype']      = 'css';        // table-header rotation via faking or css? (css|fake)
                                            // note: css only works in ie browsers!
$cfg['showbrowsecomments']  = true;         // shows stored relation-comments in 'browse' mode.
$cfg['showpropertycomments']= true;         // shows stored relation-comments in 'table property' mode.
$cfg['repeatcells']         = 100;          // repeat header names every x cells? (0 = deactivate)

本文关键:PHPMYADMIN配置
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top