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
#Tutorials
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
#Tutorials
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
#Tutorials
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