Automatic migrations in Yii after git pull
August 1, 2012
I have been using Git and Yii Framework for a long time. I develop projects mostly in a team. So I have to use the migrations (changes in the database's structure). I am interested in how I can automate the usage of automatic migrations.
Development yii git git hooks
Microseconds in Yii Framework application.log
July 9, 2012
How can you add microseconds to application.log file (standard log in Yii Framework)?
Development php yii yii framework