Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Daniel Afonso Heisler  >  dia2sql  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example file
Class: dia2sql
Class to generate SQL files from DIA diagrams.
Author: By
Last change:
Date: 2002-08-06 00:35
Size: 378 bytes
 

Contents

Class file image Download
<?

/**************************************|
| dia2sql.php v.: 0.2                  |
|--------------------------------------|
| Daniel Afonso Heisler                |
| CPD - UNIVATES                       |
| daniel@univates.br                   |
|**************************************/

require_once("dia2sql.php");

$dia2sql = new dia2sql('example.dia');

?>