dbs             Wed Nov 24 17:58:48 2004 EDT

  Modified files:              
    /phpdoc/en/reference/pdo    reference.xml 
  Log:
  Fix table formatting disaster. Insert head into brown bag.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.11 
phpdoc/en/reference/pdo/reference.xml:1.12
--- phpdoc/en/reference/pdo/reference.xml:1.11  Wed Nov 24 17:47:56 2004
+++ phpdoc/en/reference/pdo/reference.xml       Wed Nov 24 17:58:47 2004
@@ -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 @@
     <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>

Reply via email to