mfp Thu Aug 4 08:20:58 2005 EDT
Modified files: /phpdoc/en/reference/sdodasrel reference.xml Log: Update three function calls to include "PDO::" - partly to clarify, partly so they match exactly when searched on livedocs. http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/sdodasrel/reference.xml diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.12 phpdoc/en/reference/sdodasrel/reference.xml:1.13 --- phpdoc/en/reference/sdodasrel/reference.xml:1.12 Thu Aug 4 08:15:48 2005 +++ phpdoc/en/reference/sdodasrel/reference.xml Thu Aug 4 08:20:50 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. --> <reference id="ref.sdo.das.rel"> <title>SDO Relational Data Access Service Functions</title> @@ -214,12 +214,12 @@ <para> The Relational DAS applies changes to the database within - a user-delimited transaction: that is, it issues a call to PDO's - <function>beginTransaction</function> + a user-delimited transaction: that is, it issues a call to + <function>PDO::beginTransaction</function> before beginning to apply changes, and - <function>commit</function> + <function>PDO::commit</function> or - <function>rollback</function> + <function>PDO::rollback</function> on completion. Whichever database is chosen, the database and the PDO driver for the database must support these calls.