2011/3/11 Benjamin Eberlei <[email protected]>:
> This doesnt make sense. Any DIC implementation is there to solve the
> dependency issue that your loaders create. For usage without a DIC that is
> why suggested having two form factories, one for usage without a DIC, and
> one that injects the configs.

That's what I did, only that duplicate code is in the factory, while
separate code is in the loader. I can't see the problem about this.

> You gave no argument why this helper won't exist anymore. I find the new
> form rendering syntax less expressive and it seems it doesn't work in PHP
> Templates (without having to use Twig also).

How can

{{ form.errors }}

be less expressive than

{{ form_errors(form) }}

I honestly dont understand.

You can use the new syntax without Twig once we have more themes than
just TwigTheme. PhpTheme will be worked on.

Bernhard

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to