mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add an introduction to the 'Overview of the MySQL PHP drivers' section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325319 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11ea9a1ba2
commit
24cc38138b
1 changed files with 14 additions and 1 deletions
|
@ -21,7 +21,20 @@
|
|||
<book xml:id="mysql">
|
||||
<title>Overview of the MySQL PHP drivers</title>
|
||||
|
||||
<!-- Add a description of the overview here, as a preface? -->
|
||||
<info xml:id="mysqlinfo.intro">
|
||||
<title>Introduction</title>
|
||||
<abstract>
|
||||
<para>
|
||||
There are three PHP APIs for accessing the MySQL database. This guide
|
||||
explains the <link linkend="mysqlinfo.terminology">terminology</link>
|
||||
used to describe each API, information about
|
||||
<link linkend="mysqlinfo.api.choosing">choosing which API</link> to
|
||||
use, and also information to help choose which MySQL
|
||||
<link linkend="mysqlinfo.library.choosing">library to use</link> with
|
||||
the API.
|
||||
</para>
|
||||
</abstract>
|
||||
</info>
|
||||
|
||||
<chapter xml:id="mysqlinfo.terminology" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Terminology overview</title>
|
||||
|
|
Loading…
Reference in a new issue