sean            Wed Nov 10 13:51:30 2004 EDT

  Modified files:              
    /phpdoc/en/reference/pdo/functions  pdo-beginTransaction.xml 
                                        pdo-bindParam.xml pdo-commit.xml 
                                        pdo-execute.xml pdo-fetch.xml 
                                        pdo-prepare.xml pdo-rollback.xml 
                                        pdo-setAttribute.xml 
  Log:
  changed refnames to PDO::*
  #thanks Nuno
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-beginTransaction.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-beginTransaction.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-beginTransaction.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-beginTransaction.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-beginTransaction.xml:1.3      Wed Nov 
10 12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-beginTransaction.xml  Wed Nov 10 
13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-beginTransaction'>
  <refnamediv>
-  <refname>beginTransaction</refname>
+  <refname>PDO::beginTransaction</refname>
   <refpurpose>Begins a transaction</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-bindParam.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-bindParam.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-bindParam.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-bindParam.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-bindParam.xml:1.3     Wed Nov 10 
12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-bindParam.xml Wed Nov 10 13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-bindParam'>
  <refnamediv>
-  <refname>bindParam</refname>
+  <refname>PDO::bindParam</refname>
   <refpurpose>Binds a parameter to the specified variable name</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-commit.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-commit.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-commit.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-commit.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-commit.xml:1.3        Wed Nov 10 
12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-commit.xml    Wed Nov 10 13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-commit'>
  <refnamediv>
-  <refname>commit</refname>
+  <refname>PDO::commit</refname>
   <refpurpose>Commits a transaction</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-execute.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-execute.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-execute.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-execute.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-execute.xml:1.3       Wed Nov 10 
12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-execute.xml   Wed Nov 10 13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-execute'>
  <refnamediv>
-  <refname>execute</refname>
+  <refname>PDO::execute</refname>
   <refpurpose>Executes a prepared statement</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-fetch.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-fetch.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-fetch.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-fetch.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-fetch.xml:1.3 Wed Nov 10 12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-fetch.xml     Wed Nov 10 13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-fetch'>
  <refnamediv>
-  <refname>fetch</refname>
+  <refname>PDO::fetch</refname>
   <refpurpose>Fetches a row from a result set</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-prepare.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-prepare.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-prepare.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-prepare.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-prepare.xml:1.3       Wed Nov 10 
12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-prepare.xml   Wed Nov 10 13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-prepare'>
  <refnamediv>
-  <refname>prepare</refname>
+  <refname>PDO::prepare</refname>
   <refpurpose>Prepares an SQL statement</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-rollback.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-rollback.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-rollback.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-rollback.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-rollback.xml:1.3      Wed Nov 10 
12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-rollback.xml  Wed Nov 10 13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-rollback'>
  <refnamediv>
-  <refname>rollback</refname>
+  <refname>PDO::rollback</refname>
   <refpurpose>Rolls back a transaction</refpurpose>
  </refnamediv>
  <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-setAttribute.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-setAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-setAttribute.xml:1.3 
phpdoc/en/reference/pdo/functions/pdo-setAttribute.xml:1.4
--- phpdoc/en/reference/pdo/functions/pdo-setAttribute.xml:1.3  Wed Nov 10 
12:37:28 2004
+++ phpdoc/en/reference/pdo/functions/pdo-setAttribute.xml      Wed Nov 10 
13:51:28 2004
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id='function.pdo-setAttribute'>
  <refnamediv>
-  <refname>setAttribute</refname>
+  <refname>PDO::setAttribute</refname>
   <refpurpose>Sets a database connection attribute</refpurpose>
  </refnamediv>
  <refsect1>

Reply via email to