File tree Expand file tree Collapse file tree 9 files changed +17
-12
lines changed Expand file tree Collapse file tree 9 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 8
8
<titleabbrev >MS SQL Server (PDO)</titleabbrev >
9
9
<partintro >
10
10
11
- <section xml : id =" pdo-dblib.intro" >
11
+ <section xml : id =" ref. pdo-dblib.intro" >
12
12
&reftitle.intro;
13
13
<para >
14
14
PDO_DBLIB は <link linkend =" intro.pdo" >PHP
@@ -125,6 +125,7 @@ dblib:host=localhost;dbname=testdb
125
125
</refentry >
126
126
127
127
</reference >
128
+ &reference.pdo-dblib.pdo-dblib;
128
129
<!-- Keep this comment at the end of the file
129
130
Local variables:
130
131
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
3
<!-- EN-Revision: b9cf1a2e7307131913ac3c16c2fb67ed9ad38527 Maintainer: takagi Status: ready -->
4
- <section xml : id =" pdo-firebird.constants" xmlns =" http://docbook.org/ns/docbook" >
4
+ <section xml : id =" ref. pdo-firebird.constants" xmlns =" http://docbook.org/ns/docbook" >
5
5
&reftitle.constants;
6
6
&pdo.driver-constants;
7
7
<variablelist >
Original file line number Diff line number Diff line change 9
9
<titleabbrev >Firebird (PDO)</titleabbrev >
10
10
<partintro >
11
11
12
- <section xml : id =" pdo-firebird.intro" >
12
+ <section xml : id =" ref. pdo-firebird.intro" >
13
13
&reftitle.intro;
14
14
<para >
15
15
PDO_FIREBIRD は、PHP から Firebird
@@ -131,6 +131,7 @@ firebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;dial
131
131
</refentry >
132
132
133
133
</reference >
134
+ &reference.pdo-firebird.pdo-firebird;
134
135
<!-- Keep this comment at the end of the file
135
136
Local variables:
136
137
mode: sgml
Original file line number Diff line number Diff line change 2
2
<!-- $Revision$ -->
3
3
<!-- EN-Revision: 3cbeca5d54a188b1b1b0dd2956f575ec0be986fe Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
- <section xml : id =" pdo-mysql.constants" xmlns =" http://docbook.org/ns/docbook" >
5
+ <section xml : id =" ref. pdo-mysql.constants" xmlns =" http://docbook.org/ns/docbook" >
6
6
&reftitle.constants;
7
7
&pdo.driver-constants;
8
8
<variablelist >
Original file line number Diff line number Diff line change 8
8
<titleabbrev >MySQL (PDO)</titleabbrev >
9
9
<partintro >
10
10
11
- <section xml : id =" pdo-mysql.intro" >
11
+ <section xml : id =" ref. pdo-mysql.intro" >
12
12
&reftitle.intro;
13
13
<para >
14
14
PDO_MYSQL は、PHP から MySQL データベースへのアクセスを可能にするための
@@ -181,6 +181,7 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
181
181
</refentry >
182
182
183
183
</reference >
184
+ &reference.pdo-mysql.pdo-mysql;
184
185
<!-- Keep this comment at the end of the file
185
186
Local variables:
186
187
mode: sgml
Original file line number Diff line number Diff line change 9
9
<titleabbrev >ODBC and DB2 (PDO)</titleabbrev >
10
10
<partintro >
11
11
12
- <section xml : id =" pdo-odbc.intro" >
12
+ <section xml : id =" ref. pdo-odbc.intro" >
13
13
&reftitle.intro;
14
14
<para >
15
15
PDO_ODBC は <link linkend =" intro.pdo" >PHP
@@ -170,6 +170,7 @@ odbc:Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\\db.mdb;Uid=Admin
170
170
</refentry >
171
171
172
172
</reference >
173
+ &reference.pdo-odbc.pdo-odbc;
173
174
<!-- Keep this comment at the end of the file
174
175
Local variables:
175
176
mode: sgml
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
3
<!-- EN-Revision: 9b69a8dcce47d6619d6459914e784627cbb02a5f Maintainer: mumumu Status: ready -->
4
- <section xml : id =" pdo-pgsql.constants" xmlns =" http://docbook.org/ns/docbook" >
4
+ <section xml : id =" ref. pdo-pgsql.constants" xmlns =" http://docbook.org/ns/docbook" >
5
5
&reftitle.constants;
6
6
&pdo.driver-constants;
7
7
<variablelist >
Original file line number Diff line number Diff line change 8
8
<titleabbrev >PostgreSQL (PDO)</titleabbrev >
9
9
<partintro >
10
10
11
- <section xml : id =" pdo-pgsql.intro" >
11
+ <section xml : id =" ref. pdo-pgsql.intro" >
12
12
&reftitle.intro;
13
13
<para >
14
14
PDO_PGSQL は、PHP から PostgreSQL
18
18
</para >
19
19
</section >
20
20
21
- <section xml : id =" pdo-pgsql.resources" >
21
+ <section xml : id =" ref. pdo-pgsql.resources" >
22
22
&reftitle.resources;
23
23
<para >
24
24
この拡張モジュールでは、ストリームリソースを定義しています。これは
29
29
&reference.pdo-pgsql.configure;
30
30
&reference.pdo-pgsql.constants;
31
31
32
- <section xml : id =" pdo-pgsql.general-notes" >
32
+ <section xml : id =" ref. pdo-pgsql.general-notes" >
33
33
<title >General notes</title >
34
34
<note >
35
35
<para >
@@ -157,7 +157,7 @@ pgsql:host=/tmp;port=5432;dbname=testdb;user=bruce;password=mypass
157
157
&reference.pdo-pgsql.entities.PDO;
158
158
159
159
</reference >
160
-
160
+ &reference.pdo-pgsql.pdo-pgsql;
161
161
<!-- Keep this comment at the end of the file
162
162
Local variables:
163
163
mode: sgml
Original file line number Diff line number Diff line change 9
9
<titleabbrev >SQLite (PDO)</titleabbrev >
10
10
<partintro >
11
11
12
- <section xml : id =" pdo-sqlite.intro" >
12
+ <section xml : id =" ref. pdo-sqlite.intro" >
13
13
&reftitle.intro;
14
14
<para >
15
15
PDO_SQLITE は、PHP から SQLite 2 や SQLite 3
@@ -94,6 +94,7 @@ sqlite:
94
94
&reference.pdo-sqlite.entities.PDO;
95
95
96
96
</reference >
97
+ &reference.pdo-sqlite.pdo-sqlite;
97
98
<!-- Keep this comment at the end of the file
98
99
Local variables:
99
100
mode: sgml
You can’t perform that action at this time.
0 commit comments