yes, it is exactly like you say :

<?php echo $form['filed_name'] ?>

or

<?php echo $form['filed_name']->renderLabel() ?>
<?php echo $form['filed_name']->renderError() ?>
<?php echo $form['filed_name']->render() ?>

You should read this :

http://www.symfony-project.org/forms/1_2/en/

On 7 jan, 14:01, wueb <webmaster....@gmail.com> wrote:
> So should i just use for example the widget->render instead of a
> input_tag('column'), something like that?
-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to