Better documentation.

This commit is contained in:
Michal Čihař
2010-01-25 12:45:21 +00:00
parent 8ed51c814a
commit 8ef8f753cb

View File

@@ -865,14 +865,16 @@ $cfg['SuggestDBName'] = true;
$cfg['NavigationBarIconic'] = true;
/**
* allows to display all the rows
* Defines whether a user should be displayed a "show all (records)"
* button in browse mode or not.
*
* @global boolean $cfg['ShowAll']
*/
$cfg['ShowAll'] = false;
/**
* maximum number of rows to display
* Number of rows displayed when browsing a result set. If the result
* set contains more rows, "Previous" and "Next".
*
* @global integer $cfg['MaxRows']
*/
@@ -988,7 +990,7 @@ $cfg['CompressOnFly'] = true;
*/
/**
* use graphically less intense menu tabs
* Use graphically less intense menu tabs
*
* @global boolean $cfg['LightTabs']
*/