Skip to content

« Tutorials » blog posts

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 #Tutorials
I have already talked about sfFormExtraPlugin in some previous posts. Today, I will present this plugin more thoroughly.
October 18, 2008 #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 #Tutorials
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 #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
Jon wants to validate a form value but the validation depends on another form field. As Jon does not know how to do it with symfony 1.1, he called the expert. This post will explain how to accomplish this kind of conditional validation by using a post validator.
September 5, 2008 #Tutorials
Yesterday, I have committed the first slew of changes to the routing framework. Thanks to this refactoring, developers have new opportunities to customize the routing and this will allow very cool features in the very near future. But today, let's dive into the goodness of the symfony 1.2 routing framework.
September 4, 2008 #Tutorials
The symfony web debug toolbar is one of the developer best friend. It is always conveniently accessible in the browser when using the development environment. It gives you everything you need to know about the current page and ease the debugging of your applications. Until now, all the information available in this toolbar were hardcoded. But as of symfony 1.2, the web debug toolbar is entirely configurable.
August 27, 2008 #Tutorials
Before we release symfony 1.1 later this week, I want to give some information about the new symfony 1.1 architecture.
June 23, 2008 #Tutorials