[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] cvs: peardoc /fr/package/xml/xml-sql2xml/xml-sql2xml addsql.xml
From:       "Christophe Gesché" <moosh () php ! net>
Date:       2008-02-19 7:30:03
Message-ID: cvsmoosh1203406203 () cvsserver
[Download RAW message or body]

moosh		Tue Feb 19 07:30:03 2008 UTC

  Modified files:              
    /peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml	addsql.xml 
  Log:
  sync to en 1.3 - no change in translation, reindent
  
http://cvs.php.net/viewvc.cgi/peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml?r1=1.3&r2=1.4&diff_format=u
                
Index: peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml
diff -u peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml:1.3 \
                peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml:1.4
--- peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml:1.3	Sat Dec 23 13:53:39 \
                2006
+++ peardoc/fr/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml	Tue Feb 19 07:30:03 \
2008 @@ -1,79 +1,72 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.3 $ -->
-<!-- EN-Revision: 1.2 Maintainer: yannick Status: ready -->
+<!-- $Revision: 1.4 $ -->
+<!-- EN-Revision: 1.3 Maintainer: moosh Status: ready -->
+<!-- Credit: yannick -->
 <refentry id="package.xml.xml-sql2xml.xml-sql2xml.addsql">
-   <refnamediv>
-    <refname>XML_sql2xml::addSql</refname>
-    <refpurpose>Ajoute un jeu de résultats depuis une requête SQL</refpurpose>
-   </refnamediv>
-   <refsynopsisdiv>
-    <funcsynopsis>
-     <funcsynopsisinfo>
-      require_once "XML/sql2xml.php";
-     </funcsynopsisinfo>
-     <funcprototype>
-      <funcdef>void <function>XML_sql2xml::addSql</function></funcdef>
-      
-      <paramdef>
-       string <parameter>$sql</parameter>
-      </paramdef>
-      
-                  
-     </funcprototype>
-    </funcsynopsis>
-   </refsynopsisdiv>
-   <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.desc">
-    &title.desc;
-    <para>
-     Ajoute un jeu de résultats additionnel généré depuis une requête SQL.
-     La fonction exécute une requête et la transforme en XML. Vous devez passer
-     un <link linkend="package.database.db.intro-dsn">DSN</link> au 
-     <link linkend="package.xml.xml-sql2xml.xml-sql2xml.xml-sql2xml">
-      constructeur</link>.
-    </para>
-   </refsect1>   
-   
-   <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.parameter">
-    &title.param;
-    <para>
-     <itemizedlist>
-      
-      <listitem>
-       <para>
-        <parameter>string $sql</parameter> -
-        une chaîne contenant la requête SQL.
-       </para>
-      </listitem>      
-            
-     </itemizedlist>
-    </para>
-   </refsect1>   
-      
-            
-               
-                
-   <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.note">
-    &title.note;  
-                 
-    &note.notstatic;
+ <refnamediv>
+  <refname>XML_sql2xml::addSql</refname>
+  <refpurpose>Ajoute un jeu de résultats depuis une requête SQL</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+  <funcsynopsis>
+   <funcsynopsisinfo>
+    require_once "XML/sql2xml.php";
+   </funcsynopsisinfo>
+   <funcprototype>
+    <funcdef>void <function>XML_sql2xml::addSql</function></funcdef>
+    <paramdef>
+     string <parameter>$sql</parameter>
+    </paramdef>
+   </funcprototype>
+  </funcsynopsis>
+ </refsynopsisdiv> 
+ 
+ <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.desc">
+  &title.desc;
+  <para>
+   Ajoute un jeu de résultats additionnel généré depuis une requête SQL.
+   La fonction exécute une requête et la transforme en XML. Vous devez passer
+   un <link linkend="package.database.db.intro-dsn">DSN</link> au 
+   <link linkend="package.xml.xml-sql2xml.xml-sql2xml.xml-sql2xml">
+   constructeur</link>.
+  </para>
+ </refsect1>   
     
-                         
-                             
+ <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.parameter">
+  &title.param;
+  <para>
+   <itemizedlist>
+    <listitem>
+     <para>
+      <parameter>string $sql</parameter> 
+	  -
+      une chaîne contenant la requête SQL.
+     </para>
+    </listitem>      
+             
+   </itemizedlist>
+  </para>
+ </refsect1>   
+ 
+ <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.note">
+  &title.note;  
+                
+  &note.notstatic;
+     
   <simpara></simpara>
-   </refsect1>    
-                   
-   <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.see">
-    &title.see;    
-    <!-- Additional links go here -->
-    <para>
-     <link
-      linkend="package.xml.xml-sql2xml.xml-sql2xml.xml-sql2xml"><function>XML_sql2xml::XML_sql2xml</function></link>, \
                
-     <link
-      linkend="package.xml.xml-sql2xml.xml-sql2xml.add"><function>XML_sql2xml::add</function></link> \
                
-    </para>
-   </refsect1>      
-
-  </refentry>
+ </refsect1>    
+                    
+ <refsect1 id="package.xml.xml-sql2xml.xml-sql2xml.addsql.see">
+  &title.see;    
+  <!-- Additional links go here -->
+  <para>
+   <link
+    linkend="package.xml.xml-sql2xml.xml-sql2xml.xml-sql2xml"><function>XML_sql2xml::XML_sql2xml</function></link>, \
 +   <link
+    linkend="package.xml.xml-sql2xml.xml-sql2xml.add"><function>XML_sql2xml::add</function></link> \
 +  </para>
+ </refsect1>      
+</refentry>
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

-- 
PEAR Documentation List Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic