dbs             Wed Aug 24 07:09:00 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pdo/functions  PDOStatement-execute.xml 
  Log:
  Update to new doc style (not sure how I missed this one).
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml:1.4 
phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml:1.4      Thu Jul 
 7 11:58:47 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml  Wed Aug 24 
07:08:59 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.PDOStatement-execute">
    <refnamediv>
@@ -8,8 +8,8 @@
      Executes a prepared statement
     </refpurpose>
    </refnamediv>
-   <refsect1>
-    <title>Description</title>
+   <refsect1 role="description">
+    &reftitle.description;
     <methodsynopsis>
      <type>bool</type><methodname>PDOStatement::execute</methodname>
      <methodparam 
choice="opt"><type>array</type><parameter>input_parameters</parameter></methodparam>
@@ -25,7 +25,10 @@
       <listitem><para>or pass an array of input-only parameter 
values</para></listitem>
      </itemizedlist>
     </para>
+   </refsect1>
 
+   <refsect1 role="examples">
+    &reftitle.examples;
     <example><title>Execute a prepared statement with bound variables</title>
      <programlisting role='php'>
 <![CDATA[
@@ -78,6 +81,20 @@
      </programlisting>
     </example>
    </refsect1>
+
+   <refsect1 role="seealso">
+    &reftitle.seealso;
+    <para>
+     <simplelist>
+      <member><function>PDO::prepare</function></member>
+      <member><function>PDOStatement::bindParam</function></member>
+      <member><function>PDOStatement::fetch</function></member>
+      <member><function>PDOStatement::fetchAll</function></member>
+      <member><function>PDOStatement::fetchColumn</function></member>
+     </simplelist>
+    </para>
+   </refsect1>
+
   </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to