Hi,

I have a problem with a design for a form... hope someone can give me
some inspiration:

I have this table:

Location:
  id
  location_name:

Config:
  id
  config_name

LocationConfig:
  location_id
  config_id
  value

now, i dont really see how i can set this form up, the plan way to
have a form with a long form list with all the configuration for each
location:

I mean:

<form>
Label <CONFIG_KEY>: <input type="text" name="<CONFIG_KEY>"
value="<LOCATION_CONFIG_VALUE>" />

Label <CONFIG_KEY>: <input type="text" name="<CONFIG_KEY>"
value="<LOCATION_CONFIG_VALUE>" />
</form>

Can someone see how i can use the form builder to make such a form?

Best regards,
Michael Holm

-- 
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 users" group.
To post to this group, send email to symfony-users@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