Skip to content

« Living on the edge » blog posts

A series of posts showcasing the new features introduced by each Symfony version.

Filter posts by Symfony release

symfony 1.1 introduced native support for different formats and mime-types. But there was one missing piece: error support. That's fixed in symfony 1.2, thanks to the great work of Kris Wallsmith.
October 10, 2008 #Living on the edge
Here comes the third edition of small things that might make you happy in symfony 1.2.
October 8, 2008 #Living on the edge
Symfony 1.2 already comes with a lot of great new features but smaller things also matter a lot. Here is yet another post about small things we have recently added to symfony 1.2.
September 24, 2008 #Living on the edge
Yesterday, I have committed the first slew of changes to the routing framework. Thanks to this refactoring, developers have new opportunities to customize the routing and this will allow very cool features in the very near future. But today, let's dive into the goodness of the symfony 1.2 routing framework.
September 4, 2008 #Living on the edge
As for every symfony version, we try to simplify the API and make it more intuitive and powerful. Here are some examples that you will soon enjoy in symfony 1.2.
September 2, 2008 #Living on the edge
The symfony web debug toolbar is one of the developer best friend. It is always conveniently accessible in the browser when using the development environment. It gives you everything you need to know about the current page and ease the debugging of your applications. Until now, all the information available in this toolbar were hardcoded. But as of symfony 1.2, the web debug toolbar is entirely configurable.
August 27, 2008 #Living on the edge