2.3.3
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.3.3-rc2 - Documentation</title>
|
<title>phpMyAdmin 2.3.3 - Documentation</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
.navigation {
|
.navigation {
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
<h1>phpMyAdmin 2.3.3-rc2 Documentation</h1>
|
<h1>phpMyAdmin 2.3.3 Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
phpMyAdmin 2.3.3-rc1 Documentation
|
phpMyAdmin 2.3.3 Documentation
|
||||||
|
|
||||||
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
||||||
]
|
]
|
||||||
@@ -7,8 +7,8 @@
|
|||||||
+ Version history: ChangeLog
|
+ Version history: ChangeLog
|
||||||
+ General notes: README
|
+ General notes: README
|
||||||
+ License: LICENSE
|
+ License: LICENSE
|
||||||
* Documentation version: $Id: Documentation.html,v 1.360 2002/11/18
|
* Documentation version: $Id: Documentation.html,v 1.364 2002/12/02
|
||||||
17:59:20 lem9 Exp $
|
11:16:47 lem9 Exp $
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
Top - Requirements - Introduction - Installation -
|
Top - Requirements - Introduction - Installation -
|
||||||
@@ -1429,12 +1429,12 @@ FAQ - Frequently Asked Questions
|
|||||||
INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');
|
INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');
|
||||||
INSERT INTO REL_towns VALUES ('M', 'Montr<74>al');
|
INSERT INTO REL_towns VALUES ('M', 'Montr<74>al');
|
||||||
To setup appropriate links and display information:
|
To setup appropriate links and display information:
|
||||||
* on table "persons" click Structure, then Relation view
|
* on table "REL_persons" click Structure, then Relation view
|
||||||
* in Links, for "town_code" choose "towns->code"
|
* in Links, for "town_code" choose "REL_towns->code"
|
||||||
* in Links, for "country_code" choose "countries->country_code"
|
* in Links, for "country_code" choose "REL_countries->country_code"
|
||||||
* on table "towns" click Structure, then Relation view
|
* on table "REL_towns" click Structure, then Relation view
|
||||||
* in "Choose field to display", choose "description"
|
* in "Choose field to display", choose "description"
|
||||||
* repeat the two previous steps for table "countries"
|
* repeat the two previous steps for table "REL_countries"
|
||||||
|
|
||||||
Then test like this:
|
Then test like this:
|
||||||
* Click on your db name in the left frame
|
* Click on your db name in the left frame
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PMA_VERSION')) {
|
if (!defined('PMA_VERSION')) {
|
||||||
define('PMA_VERSION', '2.3.3-rc2');
|
define('PMA_VERSION', '2.3.3');
|
||||||
}
|
}
|
||||||
|
|
||||||
// php version
|
// php version
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.3.3-rc2 - Official translators</title>
|
<title>phpMyAdmin 2.3.3 - Official translators</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
body {
|
body {
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
|
|
||||||
<h1 align="center">phpMyAdmin 2.3.3-rc2 official translators list</h1>
|
<h1 align="center">phpMyAdmin 2.3.3 official translators list</h1>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user