Filter posts by Symfony release
In this post we'll touch on a few different aspects of the symfony 1.2 release such as the new admin generators, form framework, and embedded forms with a tutorial that starts from a brand new project.
November 7, 2008
#Living on the edge
One of the form framework strengths is its ability to deal with nested forms. As of symfony 1.2, nested objects are automatically saved.
November 5, 2008
#Living on the edge
As the first beta version of symfony 1.2 is about to be released, I want to have a look at the current state of the documentation for this new version and what must be done before the final release
November 1, 2008
#Living on the edge
In this post, I will describe the general concepts of the new admin generator.
The chapter about the admin generator in the symfony book has already been updated, so you can start reading it right away.
October 31, 2008
#Living on the edge
Control everything that is Doctrine from a nice web interface. Its primary feature is the ability to control your Doctrine schema from your browser using a set of symfony forms.
October 31, 2008
#Living on the edge
The symfony framework has always been bundled with a functional testing framework and it is certainly one of its main strengths.
Each release of symfony makes the functional testing framework even better. Today, I will show you all the goodness we have added for the symfony 1.2 version.
Be prepared to be amazed!
October 21, 2008
#Living on the edge
When displaying a form, you often want the user to make a choice amongst a list of possibilities.
symfony 1.2 comes with a new widget called sfWidgetFormChoice. sfWidgetFormChoice is an abstract widget in the sense that it delegates the rendering to another widget (the renderer widget).
Let's see how it works in this post.
October 14, 2008
#Living on the edge
In this new installment of "Small things matter", I will yet again talk about things that
makes symfony easier for newcomers and more flexible for advanced users.
October 12, 2008
#Living on the edge
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