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
#Tutorials
On October 18, 2005, Fabien Potencier commited the first changeset of symfony's source code. Therefore, our favorite PHP framework has just turned 3 years old.
October 20, 2008
This week symfony turned 3 years old. More than 1,000 days and 12,200 changesets after the first commit, symfony activity is more intense than ever. During last twelve months, 14 versions of symfony were released (10 of 1.0.x branch and 4 of 1.1.x branch).
October 19, 2008
#A week of symfony
I have already talked about sfFormExtraPlugin in some previous posts.
Today, I will present this plugin more thoroughly.
October 18, 2008
#Plugins
#Tutorials
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.
October 16, 2008
#Tutorials
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
#Tutorials
Symfony maintained this week the intense development activity of the previous week. In total, nearly 200 changesets were commited, 6 new plugins were released and 20 plugins were updated, mostly sfDoctrinePlugin and sfPropelPlugin. In addition, symfony project achieved its 12,000th changeset milestone and symfony 1.2 showed more of its upcoming features.
October 12, 2008
#A week of symfony
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
#Tutorials
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.
October 8, 2008
#Tutorials