svn: /phpdoc/de/trunk/reference/sqlite3/ sqlite3result.xml sqlite3stmt.xml

[email protected] (Bastian Feder)
Newsgroups php.doc.de
Message-ID <[email protected]>
lapistano                                Fri, 01 Jan 2010 20:25:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292895

Log:
added several translations for sqlite3

Changed paths:
    A   phpdoc/de/trunk/reference/sqlite3/sqlite3result.xml
    A   phpdoc/de/trunk/reference/sqlite3/sqlite3stmt.xml

Added: phpdoc/de/trunk/reference/sqlite3/sqlite3result.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3result.xml	                        (rev 0)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3result.xml	2010-01-01 20:25:36 UTC (rev 292895)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 292734 Maintainer: lapistano Status: working -->
+
+<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.sqlite3result" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>Die SQLite3Result Klasse</title>
+ <titleabbrev>SQLite3Result</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ SQLite3Result intro -->
+  <section xml:id="sqlite3result.intro">
+   &reftitle.intro;
+   <para>
+    Eine Klasse, die Rückgabeergebnisse der SQLite 3 Erweiterung behandelt.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="sqlite3result.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>SQLite3Result</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>SQLite3Result</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3result')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ &reference.sqlite3.entities.sqlite3result;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->


Property changes on: phpdoc/de/trunk/reference/sqlite3/sqlite3result.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Id
Added: svn:eol-style
   + LF

Added: phpdoc/de/trunk/reference/sqlite3/sqlite3stmt.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3stmt.xml	                        (rev 0)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3stmt.xml	2010-01-01 20:25:36 UTC (rev 292895)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision:  $ -->
+<!-- EN-Revision: 292734 Maintainer: lapistano Status: working -->
+
+<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.sqlite3stmt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>The SQLite3Stmt class</title>
+ <titleabbrev>SQLite3Stmt</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ SQLite3Stmt intro -->
+  <section xml:id="sqlite3stmt.intro">
+   &reftitle.intro;
+   <para>
+    Ein Klasse, die vorbereitete Anweisungen für die SQLite 3 Erweiterung abwickelt.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="sqlite3stmt.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>SQLite3Stmt</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>SQLite3Stmt</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.sqlite3stmt')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ &reference.sqlite3.entities.sqlite3stmt;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->


Property changes on: phpdoc/de/trunk/reference/sqlite3/sqlite3stmt.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Id
Added: svn:eol-style
   + LF
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.