Natural order

This commit is contained in:
Marc Delisle
2004-03-26 19:21:54 +00:00
parent 754de5d588
commit 259391c933
2 changed files with 14 additions and 0 deletions

View File

@@ -1801,6 +1801,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<br /><br />
</dd>
<dt><b>$cfg['NaturalOrder'] </b>boolean</dt>
<dd>
Sorts database and table names according to natural order (for example,
t1, t2, t10). Currently implemented in the left panel (Light mode)
and in Database view, for the table list.
<br /><br />
</dd>
<dt><b>$cfg['DefaultQueryTable'] </b>string</dt>
<dt><b>$cfg['DefaultQueryDatabase'] </b>string</dt>
<dd>