PHP Classes

File: sample.php

Recommend this page to a friend!
  Classes of Tom Schaefer   Scheme Creator   sample.php   Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: example
Class: Scheme Creator
Get the schema of a MySQL database into a XML file
Author: By
Last change: change
Date: 14 years ago
Size: 205 bytes
 

Contents

Class file image Download
<?php

include_once("SchemeCreator.class.php");

$create = new SchemeCreator("{outputdirectory}");
$create ->setConnection("{host}", "{database}", "{user}", "{password}")
         ->
doCreate();