Hi! I just have finished my plugin for Migration purposes on FatFree.
What i mean by migration is, when you're just starting out cloning your project to your local computer, you usually import SQL and import freshly SQL dump files to your database. The next problem is, you make a changes in your database, and you wanted it to be applied too to your live server. I usualy must remember what i changed back then and do the same to the live server, or simply purge my live server database, and import the clean development. However, this is not practical, and even worse, the second choice is requiring me to have a good full course of downtime.
So to solve my problem, i took the inspiration from the place i work, and i craft it specialy for FatFree.
So, here's my project: Ilgar.
Ilgar is a migration plugin for FatFree. It works by making a 'Migration Package' that have some goodies like events, or checking some requirements (so the curremt migration can be skipped, if you wanted to). It's quite light, and customisable.
I really need your feedback about this plugin, and maybe some suggestion about what can i improve to make it better.
Thanks!
Cheers,
Chris.