From 14e6af7d8aeb05ea32ee7defa9aee335041bd3cc Mon Sep 17 00:00:00 2001 From: Adnan Date: Thu, 3 Jun 2010 16:01:12 +0500 Subject: [PATCH] done --- classes/relationSchema.abstract.class.php | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/classes/relationSchema.abstract.class.php b/classes/relationSchema.abstract.class.php index ae8f62d02..a30e9d2a1 100644 --- a/classes/relationSchema.abstract.class.php +++ b/classes/relationSchema.abstract.class.php @@ -14,5 +14,40 @@ abstract class exportRelationSchema { } + public function createPageHTML() + { + ?> +
+
+ + + + + + + + + + + + + +
+
+ +
+ +
+
+
+ +
+
+ \ No newline at end of file