Databases: MySQL Versioning
solomongaby (contact me)
This class can be used to update MySQL databases using SQL change set files.
It can scan directories with files that contain SQL statements that define change sets for creating tables, altering tables, or changing the table data.
The class can execute the SQL statements to update the database schema and alter the requested table data.
Every time it is run the class only execute the newly added change set files.
Click here for detailed information about this class on phpclasses.org