>> It would be nice if people actually used tools like this rather than tried to bang their own together with mysql_query.
Totally agree with this.
After getting super impressed by Django's South migrations[1] app, I wrote a minimal migrations tool[2] for PHP-MySQL projects without checking if solutions already existed :-). Used it in two projects and it made life a lot easier for me and the team.
This looks much better though. Will definitely give it a try for my next PHP project.
Totally agree with this.
After getting super impressed by Django's South migrations[1] app, I wrote a minimal migrations tool[2] for PHP-MySQL projects without checking if solutions already existed :-). Used it in two projects and it made life a lot easier for me and the team.
This looks much better though. Will definitely give it a try for my next PHP project.
[1] http://south.aeracode.org/
[2] https://github.com/naiquevin/phpDbMigrations