Blog posts
cross link application with symfony - part 2 about 1 year
A few week ago, I have posted an article about Cross Link Application with symfony. The implementation was not totally fine, as collection route was not handled and the configuration parts was not ... read more
sfForm field widget about 1 year
From a recent post on the symfony mailing-list someone raises a lack of features in the sfForm framework. One of his point was :
Another thing is, it would be nice if one could reuse "logical f... read more
sfLive 09 paris - functional test generation about 1 year
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 year
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 application r... read more
Working with symfony plugins : Breadcrumb about 1 year
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



