Hi,
I want to have a very simple ordering page where users type in what
they want. They have a maximum of ten items to enter and must enter
at least one. The item table has these columns:
id integer unsigned auto_increment,
order_number integer unsigned
item_number integer unsigned,
description text
My question is, what is the proper naming procedure on the ordering
view page for each of the ten items so that the controller may most
easily store the items? What is the corresponding code that I should
put in the controller?
Thanks, - Dave