[TYPO3-ect] The Big Plan II

Michael Scharkow michael at underused.org
Thu Jul 6 10:47:39 CEST 2006


Elmar Hinz wrote:

> a) Plain old form building: In Extensions the forms library can be used to
> program forms with it.

We can get inspiration from
http://www.symfony-project.com/content/book/page/templating_form_helpers.html

although I would really like an additional label parameter to the form 
helpers because 99% of the time you need it anyway, like

function text_field($name, $value, $label='',$options=$array()){}

function radio_button($name, $value, $label='',$checked=False, 
$options=array()){}

etc, I hope the API is clear. Have a look at the symfony code for this, 
and if nobody else has time to do it, I will code it within the next 
week or two.

Cheers,
Michael



More information about the TYPO3-team-extension-coordination mailing list