This commit is contained in:
Marc Delisle
2002-11-20 18:39:08 +00:00
parent 8a2a58856a
commit 999fe7bd27

View File

@@ -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 &quot;persons&quot; click Structure, then Relation view</li> <li>on table &quot;REL_persons&quot; click Structure, then Relation view</li>
<li>in Links, for &quot;town_code&quot; choose &quot;towns-&gt;code&quot</li> <li>in Links, for &quot;town_code&quot; choose &quot;REL_towns-&gt;code&quot</li>
<li>in Links, for &quot;country_code&quot; choose &quot;countries-&gt;country_code&quot</li> <li>in Links, for &quot;country_code&quot; choose &quot;REL_countries-&gt;country_code&quot</li>
<li>on table &quot;towns&quot; click Structure, then Relation view</li> <li>on table &quot;REL_towns&quot; click Structure, then Relation view</li>
<li>in &quot;Choose field to display&quot;, choose &quot;description&quot;</li> <li>in &quot;Choose field to display&quot;, choose &quot;description&quot;</li>
<li>repeat the two previous steps for table &quot;countries&quot;</li> <li>repeat the two previous steps for table &quot;REL_countries&quot;</li>
</ul> </ul>
<br /> <br />
Then test like this: Then test like this: