Archives for 10/2008
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.
Read more
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.
Read more
Very calm week for symfony core development. In contrast, plugins showed their usual intense development activity. Due to plugins' success, symfony announced this week the first plugin developers day.
Read more
I am happy to announce the upcoming plugin developers day, happening on Saturday November 8th from 3:00pm to 9:00pm GMT in the #symfony IRC channel.
Read more
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!
Read more
I have already talked about sfFormExtraPlugin in some previous posts.
Today, I will present this plugin more thoroughly.
Read more
I have already talked about the sfFormExtraPlugin in a previous post and people were quite amazed by some widgets provided by the plugin.
Today, I will talk about sfFormLanguage, a form also provided by the sfFormExtraPlugin plugin.
Read more
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.
Read more
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.
Read more
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.
Read more
Writing unit tests for your Propel or Doctrine model is much more easier as of
symfony 1.1. In this tutorial, you will learn some great tips and best practices
to write better tests for your models.
Read more
Here comes the third edition of small things that might make you happy in symfony 1.2.
Read more
Symfony development activity reached this week its highest peak with the release of three new versions: 1.0.18, 1.1.3 and 1.1.4. Meanwhile, symfony 1.2 introduced the new sfTester classes and revamped functional test classes.
Read more
In accordance with our security policy, we are releasing today symfony 1.1.4 to fix a security issue that has been reported by a symfony user earlier today. This post contains the description of the vulnerability and the description of the changes we have made to fix it. The affected symfony versions are all symfony 1.1 releases and the 1.2 branch.
Read more
symfony 1.0.18 has been released yesterday. As usual, this is a bugfix release.
Read more