> For a application developer I would say that mainly the form framework > differs. > differs. Exactly. What do you think a _web_ framework should excel at, apart from security and separation of concerns, and most importantly, automating all that to make prototyping a web app a breeze? Symfony 1.1 tries to give you all that. In contrast, the way it's done in 1.0 with its *.yml files is... nightmare, to cut the long story short. Although I haven't played with the 1.1 form framework, Fabien seems to have done a great job, and intuitively I like it based on some articles I've read.
Can't wait to get my hands dirty and rewrite my current app in 1.1, because even though I did my best to centralize an ideal framework's duties in it (like putting a * near a required form field based on Propel's isNotNull(), which is in turn based on schema.xml, among many other things), chances are Fabien will take away all these repetitive tasks from our shoulders in a much better way. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
