Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

November 18, 2008 #Releases
The last beta of symfony 1.2 was released this week, setting the pace for the upcoming release candidate. In addition, last week it was officially announced that symfony will be supported in the next version of Netbeans IDE. Lastly, symfony achieved another remarkable milestone with its 13,000th changeset.
November 16, 2008 #A week of symfony
In this tutorial we'll demonstrate how to extend the sfDoctrineGuardPlugin by adding a relationship to the sfGuardUser named Profile and integrating it in to the admin generator that comes with the plugin.
November 12, 2008 #Call the expert #Tutorials
November 10, 2008 #Releases
As announced in a previous post, symfony 1.2 is able to automatically save objects from deep nested forms. I gave a simple example in the announcement post, but some people asked me for a real project example. So here it is.
November 10, 2008 #Call the expert #Tutorials
The first plugin developers day took place this week resulting in an historic plugin development activity: 8 new plugins were released and nearly 30 plugins were updated. Meanwhile, symfony 1.2 continues refining and improving its great new features and prepares its imminent second beta release.
November 9, 2008 #A week of symfony
The sfTaskExtraPlugin is a plugin maintained by the symfony core team. It adds a number of useful tasks to your symfony command line to help streamline your workflow.
November 8, 2008 #Plugins
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.
Preparations for the coming plugin developers day are proceeding apace. I've heard from a number of you who are planning to attend, some planning to start development on a new, groudbreaking plugin, others looking to help update existing plugins to work with the latest and greatest version of symfony, and still others just hoping to learn from the lively discussion. All types are welcome!
November 6, 2008 #Community
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