MySQL Database Beans generator

This utility performs automatically a source code generation of PHP Classes from MySQL tables

Current database : (to change it edit mysqlreflection.config.php)

Destination path :

Generate classes Home

$('#results').append('" . $msg . "');"; // Destination path for the generated classes $destinationPath = DESTINATION_PATH; // $destinationPath = "source/"; // Create reflection object and invoke classes generation from the specified schema into mysql_connection.inc.php $reflection = new MVCMySqlSchemaReflection(); // Generates the classes into the given path. During the generation it outputs the results. $reflection->generateClassesFromSchema($destinationPath); // CLI Mode // echo "
Done."; // echo ""; echo ""; echo ""; } ?>