classes structure

This commit is contained in:
Adnan
2010-06-03 15:28:00 +05:00
parent 345f6d21d0
commit 793468f140
6 changed files with 53 additions and 0 deletions

View File

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