Author: Derick Rethans
Date: 2006-06-19 14:38:29 +0200 (Mon, 19 Jun 2006)
New Revision: 3140

Log:
- Added headers to make easier navigation.

Modified:
   trunk/Database/docs/tutorial.txt

Modified: trunk/Database/docs/tutorial.txt
===================================================================
--- trunk/Database/docs/tutorial.txt    2006-06-15 19:10:42 UTC (rev 3139)
+++ trunk/Database/docs/tutorial.txt    2006-06-19 12:38:29 UTC (rev 3140)
@@ -139,6 +139,9 @@
 object ensures that you get a query of the correct type regardless of what
 database you use.
 
+Bind Parameters
+---------------
+
 The next example builds on the previous one, but builds a more complex query
 and introduces the usage of bind parameters in the query:
 
@@ -158,6 +161,9 @@
 .. include:: tutorial_example_06.php
    :literal:
 
+Multi-join Syntax
+-----------------
+
 The next examples show how to use multi-join syntax to build 
 queries with several joined tables using inner, right or left join.
 

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to