I have three tables in my database: product, product_description and
product_description_item.

The product_description_item table stores a lot of detail items about
my product like: color, price and etc..

The product_description table stores the product_description_item_id
and the value that the user will input.

What i want is to show all these items on my (/product/add/) submit
form like if each row on the product_description_item table was an
input field of the product, what is the best way of doing this?

Thank you very much,
Leandro

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to