Blog posts
Using fabric to deploy symfony application about 1 year
Deploying an web application is not an easy task :
copy the code accross servers
migrate the database if a new schema is present
make sure models are updated with the last schema version
open/clo... read more
A small symfony doctrine migration improvement task about 1 year
Doctrine migration allows to easily migrate database schema by running a set of migration files. Let's say you have to run 10 migrations files, doctrine is going to run each files and once it is do... read more
mgI18nPlugin pdo support over 2 years
A new version of the mgI18nPlugin is now available, this version comes with many bugs fixes and improvements:
remove Doctrine dependency : PDO is used for fast translation retrieving and ORM comp... read more
symfony live 2010 - Internationalization over 2 years
You can download the PDF version of my slides here : Internationalization with the symfony framework.
Thanks for all attendees !
Waiting now for symfony 2 slides and others talks ;)
Inte... read more
symfony might not play HipHop ... over 2 years
This is a small note about the new buzz word in the PHP world : 'HipHop'. After reading the original facebook post about 'HipHop' and the 'devil' eval() function, I start thinking about possible is... read more

