mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix table formatting disaster. Insert head into brown bag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173474 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
924d8bf843
commit
3c95839bbd
1 changed files with 35 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<reference id="ref.pdo">
|
||||
<title>PDO Functions</title>
|
||||
|
@ -66,38 +66,40 @@ extension=php_pdo.dll
|
|||
<para>
|
||||
The following drivers currently implement the PDO interface:
|
||||
<informaltable>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Driver name</entry>
|
||||
<entry>Supported databases</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>PDO_FIREBIRD</entry>
|
||||
<entry>Firebird/Interbase 6</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_MYSQL</entry>
|
||||
<entry>MySQL 3.x/4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_OCI</entry>
|
||||
<entry>Oracle Call Interface</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_ODBC</entry>
|
||||
<entry>ODBC v3 (IBM DB2 and unixODBC)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_PGSQL</entry>
|
||||
<entry>PostgreSQL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_SQLITE</entry>
|
||||
<entry>SQLite 3.x</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
<tgroup cols='2'>
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Driver name</entry>
|
||||
<entry>Supported databases</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>PDO_FIREBIRD</entry>
|
||||
<entry>Firebird/Interbase 6</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_MYSQL</entry>
|
||||
<entry>MySQL 3.x/4.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_OCI</entry>
|
||||
<entry>Oracle Call Interface</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_ODBC</entry>
|
||||
<entry>ODBC v3 (IBM DB2 and unixODBC)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_PGSQL</entry>
|
||||
<entry>PostgreSQL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PDO_SQLITE</entry>
|
||||
<entry>SQLite 3.x</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue