cvs: peardoc /en/package/database/db-nestedset/db-nestedset createrightnode.xml getsiblings.xml
[email protected] ("Daniel Khan")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsdatenpunk1190960471@cvsserver> |
datenpunk Fri Sep 28 06:21:11 2007 UTC
Modified files:
/peardoc/en/package/database/db-nestedset/db-nestedset
createrightnode.xml
getsiblings.xml
Log:
fixed
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-nestedset/db-nestedset/createrightnode.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/database/db-nestedset/db-nestedset/createrightnode.xml
diff -u peardoc/en/package/database/db-nestedset/db-nestedset/createrightnode.xml:1.2 peardoc/en/package/database/db-nestedset/db-nestedset/createrightnode.xml:1.3
--- peardoc/en/package/database/db-nestedset/db-nestedset/createrightnode.xml:1.2 Thu Sep 27 06:50:52 2007
+++ peardoc/en/package/database/db-nestedset/db-nestedset/createrightnode.xml Fri Sep 28 06:21:11 2007
@@ -109,12 +109,12 @@
<refsect1 id="package.database.db-nestedset.db-nestedset.createrightnode.example">
&title.example;
<example>
+ <title>Create right node</title>
<para>
Firstly, we connect to NestedSet using Factory. Then we create some nodes and finally we create a RightNode.
The RightNode will be placed rightsided to the first root-node.
</para>
- <title>Create right node</title>
<programlisting role="php">
require_once('DB/NestedSet.php');
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml
diff -u peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml:1.2 peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml:1.3
--- peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml:1.2 Thu Sep 27 06:50:52 2007
+++ peardoc/en/package/database/db-nestedset/db-nestedset/getsiblings.xml Fri Sep 28 06:21:11 2007
@@ -125,6 +125,7 @@
<refsect1 id="package.database.db-nestedset.db-nestedset.getsiblings.note">
&title.note;
¬e.notstatic;
+ </refsec1>
<refsect1 id="package.database.db-nestedset.db-nestedset.getsiblings.example">
&title.example;
<example>