$('#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 ""; } ?>