From 0006a6a47422815a5a66102c7e1a5fb17d11b30a Mon Sep 17 00:00:00 2001 From: Matthew Peters Date: Tue, 26 Jul 2005 14:13:17 +0000 Subject: [PATCH] Add to some examples that lacked them. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191545 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sdodasrel/reference.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/reference/sdodasrel/reference.xml b/reference/sdodasrel/reference.xml index 0253e571ae..c3fefef713 100644 --- a/reference/sdodasrel/reference.xml +++ b/reference/sdodasrel/reference.xml @@ -1,5 +1,5 @@ - + SDO Relational Data Access Service Functions @@ -137,7 +137,9 @@ with a statement like this: ]]> @@ -339,6 +341,7 @@ require_once 'SDO/DAS/Relational.php'; ]]> @@ -550,10 +554,12 @@ $database_metadata = array($company_table, $department_table, $employee_table); 'company', 'child' => 'department'); $employee_reference = array( 'parent' => 'department', 'child' => 'employee'); $SDO_reference_metadata = array($department_reference, $employee_reference); +?> ]]> @@ -1046,13 +1052,17 @@ $das -> applyChanges($dbh, $root); root object. You must use: ]]> and not: ]]> Simply unsetting