typos
This commit is contained in:
@@ -2281,12 +2281,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
</tt>
|
</tt>
|
||||||
To setup appropriate links and display information:
|
To setup appropriate links and display information:
|
||||||
<ul>
|
<ul>
|
||||||
<li>on table "persons" click Structure, then Relation view</li>
|
<li>on table "REL_persons" click Structure, then Relation view</li>
|
||||||
<li>in Links, for "town_code" choose "towns->code"</li>
|
<li>in Links, for "town_code" choose "REL_towns->code"</li>
|
||||||
<li>in Links, for "country_code" choose "countries->country_code"</li>
|
<li>in Links, for "country_code" choose "REL_countries->country_code"</li>
|
||||||
<li>on table "towns" click Structure, then Relation view</li>
|
<li>on table "REL_towns" click Structure, then Relation view</li>
|
||||||
<li>in "Choose field to display", choose "description"</li>
|
<li>in "Choose field to display", choose "description"</li>
|
||||||
<li>repeat the two previous steps for table "countries"</li>
|
<li>repeat the two previous steps for table "REL_countries"</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br />
|
||||||
Then test like this:
|
Then test like this:
|
||||||
|
Reference in New Issue
Block a user