reference/mysqli/book.xml
038bdb1d98c2481e291616a310945b38523965da
...
...
@@ -1,11 +1,11 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Membership: bundled, external -->
4
3
<book xml:id="book.mysqli" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<?phpdoc extension-membership="bundledexternal" ?>
5
5

6
6
<title>MySQL Improved Extension</title>
7
7

8
-
<titleabbrev>Mysqli</titleabbrev>
8
+
<titleabbrev>MySQLi</titleabbrev>
9
9

10
10
<!-- {{{ preface -->
11
11

...
...
@@ -34,17 +34,11 @@
34
34
permissions of Oracle Corporation.
35
35
</para>
36
36
37
-
<section xml:id="mysqli.examples">
38
-

39
-
<title>Examples</title>
40
-

41
-
<para>
42
-
All examples in the <literal>mysqli</literal> documentation use the world database.
43
-
The world database can be found at
44
-
<link xlink:href="&url.mysql.example;">&url.mysql.example;</link>
45
-
</para>
46
-

47
-
</section>
37
+
<para>
38
+
Examples use either the <link xlink:href="&url.mysql.example;">world</link>
39
+
or <link xlink:href="&url.mysql.sakila;">sakila</link> database, which are
40
+
freely available.
41
+
</para>
48
42

49
43
</preface>
50
44

...
...
@@ -65,6 +59,12 @@
65
59
&reference.mysqli.mysqli-sql-exception;
66
60
&reference.mysqli.reference;
67
61

62
+
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.mysqli">
63
+
<title>&ChangelogListingTitle;</title>
64
+
<para>&ChangelogListingDescription;</para>
65
+
<?phpdoc generate-changelog-for="ref.mysqli class.mysqli class.mysqli-stmt class.mysqli-result class.mysqli-driver class.mysqli-warning class.mysqli-sql-exception"?>
66
+
</appendix>
67
+

68
68
</book>
69
69
<!-- Keep this comment at the end of the file
70
70
Local variables:
71
71