List:Commits« Previous MessageNext Message »
From:paul Date:August 10 2007 11:53pm
Subject:svn commit - mysqldoc@docsrva: r7432 - in trunk: . userguide
View as plain text  
Author: paul
Date: 2007-08-11 01:53:45 +0200 (Sat, 11 Aug 2007)
New Revision: 7432

Log:
 r19696@kite-hub:  paul | 2007-08-10 18:48:10 -0500
 Add missing period, missing word.


Modified:
   trunk/userguide/php-pdo.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28641
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23642
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28641
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23642
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19696


Modified: trunk/userguide/php-pdo.xml
===================================================================
--- trunk/userguide/php-pdo.xml	2007-08-10 21:19:55 UTC (rev 7431)
+++ trunk/userguide/php-pdo.xml	2007-08-10 23:53:45 UTC (rev 7432)
Changed blocks: 3, Lines Added: 11, Lines Deleted: 11; 2443 bytes

@@ -135,9 +135,9 @@
 
     <para>
       Using PHP's reflection classes you can automate the process of
-      converting a PHP class to XML We won't concern ourselves here with
-      the details of how to do this; we'll review an example file in
-      this section and include other examples in the
+      converting a PHP class to XML. We won't concern ourselves here
+      with the details of how to do this; we'll review an example file
+      in this section and include other examples in the
       <filename>xml</filename> directory. The reflection classes allow
       you to introspect your own classes or built-in classes. They are
       useful tools for reverse engineering code and discovering the

@@ -291,9 +291,9 @@
 
     <para>
       The <literal>name</literal> field uniquely identifies each record
-      so could be used as a primary key but an AUTO_INCREMENT field is
-      more convenient. Only two modifiers can be applied to a class or
-      interface and these are <literal>final</literal> and
+      so it could be used as a primary key but an AUTO_INCREMENT field
+      is more convenient. Only two modifiers can be applied to a class
+      or interface and these are <literal>final</literal> and
       <literal>abstract</literal>. (Static classes don't exist in PHP so
       there's no need for this modifier and all classes are public so
       there is no need for a visibility specifier.)

@@ -699,11 +699,11 @@
     <para>
       However, there are some things that PDO can't help you with. You
       can't use SQL statements that are unsupported by the underlying
-      database. You cannot, for instance successfully issue a <literal>CREATE
-      TRIGGER</literal> statement against a MySQL 4.1 database.
-      PDO is a data-access abstraction layer providing uniform methods for
-      accessing different databases or different versions of the same
-      database.
+      database. You cannot, for instance successfully issue a
+      <literal>CREATE TRIGGER</literal> statement against a MySQL 4.1
+      database. PDO is a data-access abstraction layer providing uniform
+      methods for accessing different databases or different versions of
+      the same database.
     </para>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r7432 - in trunk: . userguidepaul11 Aug