The symfony framework has always provided the tools needed by the developers to secure their applications.
October 3, 2008
Few weeks ahead of its release, symfony 1.2 continues improving components such as routing and forms while adding some goodies like format support for exceptions.
September 29, 2008
#A week of symfony
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
In his famous keynote at OSCON 2002, Lawrence Lessig talked about the "free culture" and the way "creativity and innovation always build on the past".
The video is a must see for anyone working with or on Open-Source projects. Even if Lawrence does not talk explicitly about Open-Source in the first part of his talk, his arguments are still valid for Open-Source projects.
September 23, 2008
The symfony team continues work on integrating sfDoctrinePlugin for the 1.2 release as well as adding official documentation for both symfony 1.1 and 1.2 versions.
September 22, 2008
In the last part, we have moved some code to ProductForm. Today, we will enhance the actions even more by moving code to the View and by using some nice shortcuts provided by symfony for common situations.
September 22, 2008
#Call the expert
Very busy week for symfony: completed the integration of Doctrine in symfony 1.2 (including a new symfony + doctrine book), symfony 1.1.2 bugfix version released, new filtering system based on the form framework and lots of new plugins released.
September 21, 2008
#A week of symfony
In the last part, we have seen how to move code from the Controller to the Model. The principle is quite simple, you want thin controllers and fat models.
Today, we will see how the new form framework can help us keep this clean separation of concerns.
September 21, 2008
#Call the expert