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