Tom Boutell wrote: > Much of the Form helper deals with individual form fields, which have > an improved equivalent in Symfony 1.2+ (widgets). > > But form tags themselves do not (except perhaps for Doctrine route > collection actions).
They are with the form_tag_for() helper from the Url helper group. > > Shouldn't the Form helper be pared back to just the form_tag call and > anything else that relates to building the form tag itself, rather > than being removed entirely? > Right, I have moved the form_tag() helper from Form to Url, so form_tag() is still available in symfony 1.4. Fabien -- You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en.
