coding standards
This commit is contained in:
@@ -661,7 +661,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
table
|
table
|
||||||
<ul>
|
<ul>
|
||||||
<li>the coordinates where each table will be placed on a PDF schema
|
<li>the coordinates where each table will be placed on a PDF schema
|
||||||
output</li>
|
output</li>
|
||||||
<li>which field is to be displayed as a tooltip when moving the
|
<li>which field is to be displayed as a tooltip when moving the
|
||||||
cursor over the corresponding key</li>
|
cursor over the corresponding key</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -676,8 +676,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
To use this functionality you have to:
|
To use this functionality you have to:
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
create in the same database a table (for example 'PMA_table_info')
|
create in the same database a table (for example
|
||||||
following this scheme:<br />
|
'PMA_table_info') following this scheme:<br />
|
||||||
<tt>
|
<tt>
|
||||||
CREATE TABLE `PMA_table_info` (<br />
|
CREATE TABLE `PMA_table_info` (<br />
|
||||||
`table_name` varchar(64) NOT NULL default '',<br />
|
`table_name` varchar(64) NOT NULL default '',<br />
|
||||||
@@ -1780,7 +1780,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
<br />
|
<br />
|
||||||
Then browse your persons table, and move the mouse over a town code or
|
Then browse your persons table, and move the mouse over a town code or
|
||||||
country code.
|
country code.
|
||||||
|
</p>
|
||||||
|
|
||||||
<a name="faqpdf"></a>
|
<a name="faqpdf"></a>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user