Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alen Pokos  >  MySQL Structure Magic  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: MySQL Structure Magic
Synchronize MySQL database schemata
Author: By
Last change:
Date: 2008-08-01 07:49
Size: 1,895 bytes
 

Contents

Class file image Download
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//             All Rights Reserved,  Alen  Pokos, http://ghosap.com                  //
//                  Contact :  ghosap@ghosap.com, http://ghosap.com                  //
//    Copying, editing, or deleting of any portion of this script is forbbiden.      //
// Distibution is allowed as it is in complete, with all attributions and comments.  //
// This software is free for both commercial and private use, donations are welcome. //
//                This software comes without any warranty.                          //
//               For any questions or permisions contact author.                     //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// * * * * * * * * * * * * * * MySql StructMagic * * * * * * * * * * * * * * * * * * //
//                  MySql StructMagic v0.8, build 01082008                           //
//  If u are interested to contribute to this program or send feedback contact me.   //
//          Contact : Alen Pokos,  ghosap@ghosap.com, http://ghosap.com              //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// * * * * * * * * * * * * * R E A D M E * * * * * * * * * * * * * * * * * * * * * * //
/*
Requirements : 
	- tested to work with MySQL 5
	- tested to work on PHP 5

Known bugs :
	- multi field indexes, shows only the last component
	- buggy key and index support
	
ToDo list :
	- better key and index support
	- some semantic updates
	- input data validator
	- support for triggers and procedures
	- anything else feedback shows it is required ...
*/