Blog posts
sfLive 09 paris - functional test generation 23 days
You can find my talk about the functional test generation at the symfony live 09 : symfony-live.pdf
[update] I have added the archive file with the knowledge base application : sw_kb_sandbox.zip. ... read more
Cross Link Application with symfony about 1 month
One of the main complain about symfony is that sharing a route between applications is not an easy task, and there is not a clean way to do that.The current solutions are: - loading applicatio... read more
Working with symfony plugins : Breadcrumb about 1 month
Symfony plugins are very good if you want to include a feature inside your application. Plugins allow developers to overwrite most of the code : actions, template, configuration and schema. But now... read more
The Core Compile Stats helper for symfony 3 months
Introduction
I read on some web pages, that regrouping php files (aka fake compiling solution) into one big file can be really efficient, mainly because the server will do less I/O operations.
Le... read more
How to use the swWidgetFormGMapAddress widget 4 months
The previous post explains how to create a multifield widget, the widget was a google map address field. Now I will explain how to use it in your form.
Installation
1. Install swToolboxPlugin&n... read more

