Blog posts

The Core Compile Stats helper for symfony

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

How to use the swWidgetFormGMapAddress widget

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

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 -
 2  3  4  5  6 
A la recherche de projets symfony ?

Tags

Last posts