export rework

This commit is contained in:
Michal Čihař
2003-06-10 12:35:36 +00:00
parent bd4148f3c2
commit c430dc8a95
109 changed files with 2651 additions and 1620 deletions

View File

@@ -1571,6 +1571,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<br /><br />
</dd>
<dt><b>$cfg['Export'] </b>array</dt>
<dd>
In this array are defined default parameters for export, names of
items are simmilar to texts seen on export page, so you can easily
identify what they mean.
<br /><br />
</dd>
<dt><b>$cfg['RepeatCells'] </b>integer</dt>
<dd>
Repeat the headers every X cells, or 0 to deactivate.