Blog posts

How to create a multi field widget with sfForm

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
4 Comments -

Let's be more dynamic with sfForm

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
5 Comments -

How to instantiate a PHP class with dynamic parameters

Today I came across an interesting challenge in PHP : "How to instantiate a class with dynamic parameters ?"Well, let's try to explain. I need to instantiate a class with parameters provided by a y... read more
4 Comments -

Functional Test Generation with symfony 1.2

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
18 Comments -

Send Mail with symfony 1.2

Introduction Symfony 1.0 has introduced a nice feature : a quick and a simple way to generate email. This feature has been deprecated from symfony 1.1 and symfony 1.2, maybe the mailer option was ... read more
7 Comments -
 1  2  3  4  5 
A la recherche de projets symfony ?

Tags

Last posts