The project i am on this days is not a yii one but yii related. My final purpose is to be able to run an IRC bot in the #yii channel on freenode and be able to get informations about documentation from it.
The bot i am going to use is a phergie bot and i will have to write a plugin for it where the bot will have to retrieve the info about the yii documentation from a db, but this is an other story
Ok. Bravo?!
The reason i am posting is to let ppl know that i have made the first migration and you can get it from >>>> Database.
This migration ended up with 1451 know warnings
.
For some reason ( my script bug when parsing the data?! ) i could not get some properties or methods names and when trying to add them to db i was getting errors and the script was stopping.
So i set an !isset and if the name of method or property is not set i give a random value.
Whoever wants can check the repo of this mini project and contribute, give ideas etc.
Thanks.