Symfony forms: how to set default value for a textarea widget

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-05-02T12:30:16Z Indexed on 2010/05/02 12:37 UTC
Read the original article Hit count: 407

Filed under:
|
|
|

I am using Symfony 1.3.2 on Ubuntu 9.10

I want to set the default value of a textarea widget, with data read froma adb.

My code snippet in the template looks likes this:

<?php $form['notes']->render(); ?>

The API docs dont show how to do this - does anyone know how to do this?

© Stack Overflow or respective owner

Related posts about symfony

Related posts about forms