User_Schema class : removed tabs + commented code + organized structure, Delete listing of schema classes in process relation schema file

This commit is contained in:
Adnan
2010-07-02 16:31:32 +05:00
parent 1ef5f8564e
commit 188c7b8d38
5 changed files with 682 additions and 658 deletions

View File

@@ -1,5 +1,16 @@
<?php
include_once("Export_Relation_Schema.class.php");
class PMA_DIA extends XMLWriter
{
public $title;
public $author;
public $font;
public $fontSize;
}
class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema
{