9 lines
157 B
PHP
9 lines
157 B
PHP
<?php
|
|
include_once("relationSchema.abstract.class.php");
|
|
class pdfSchema extends exportRelationSchema
|
|
{
|
|
|
|
}
|
|
$pdf= new pdfSchema();
|
|
$pdf->createPageHTML();
|
|
?>
|