I'm now reading this tutorial,which is pretty good because it not only tells you how but also why.
http://www.symfony-project.org/book/1_2/10-Forms
But it's based on symfony 1.0,is there such a good tutorial for the newest version of symfony?
I'm now reading this tutorial,which is pretty good because it not only tells you how but also why.
http://www.symfony-project.org/book/1_2/10-Forms
But it's based on symfony 1.0,is there such a good tutorial for the newest version of symfony?
That's from the 1.2 documentation and the differences between 1.2 and 1.4 are outlined in the what's new documentation for 1.4. Most of what works in 1.2 will still work in 1.4 but you could use the backwards compatible 1.3 for now until you are happy enough to go to 1.4.
Well, this tutorial is part of "the definitive guide to symfony" which doesn't exist for symfony 1.3/1.4.
Instead, you can check the "The More with symfony book" and its chapter on sfForm.
You can also check the Jobeet tutorial in which there is two pages about sfForm too. Try it for propel or for doctrine.
For the record, sfForm was not existing in symfony 1.0 but 1.1, and the former tutorial also applies to newer version.