Blog posts
The Core Compile Stats helper for symfony about 1 year
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 about 1 year
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
How to create a multi field widget with sfForm about 1 year
Introduction
This article will explain how to create a "Google Map Address" widget. Before going further into the code and explanation, the scope and use cases for the widget must be defined.What ... read more
Let's be more dynamic with sfForm about 1 year
Introduction
sfForm introduces a nice way to handle form, once you get it you cannot switch to old school form handling. But the current sfForm implementation is quite static as you cannot mix som... read more
Functional Test Generation with symfony 1.2 about 1 year
Introduction
Functional tests are very important to test your application. Once defined, you just have to runs them to make sure there are no side effects when you add new features.Now, in real li... read more



