Revert "schema classes structure"

This reverts commit 589eef3280.
This commit is contained in:
Adnan
2010-06-24 20:26:14 +05:00
parent fc838dd0cb
commit 0e9f6247e4
25 changed files with 8609 additions and 8551 deletions

View File

@@ -0,0 +1,7 @@
<?php
include_once("relationSchema.abstract.class.php");
class epsSchema extends exportRelationSchema
{
}
?>