php doctrine relational form naming for saving data
Posted
by neziric
on Stack Overflow
See other posts from Stack Overflow
or by neziric
Published on 2010-04-10T18:13:26Z
Indexed on
2010/04/10
18:53 UTC
Read the original article
Hit count: 287
is it possible to have an html form organized/named in such a way that $foo->fromArray($_POST) would actually save relational data as well?
example:
html_form_fields: user_name country_name
db_table_users: id user_name
db_table_countries: id country_name
update: forgot to say i'm trying to make this with zend framework forms
© Stack Overflow or respective owner