[development] Many to many relationships?

John Fiala jcfiala at gmail.com
Thu Jan 31 21:22:51 UTC 2008


On 1/31/08, Graeme McKibbin <gmckibbin at iburst.co.za> wrote:
>
> Ok, I need to have 3 dropdowns, each containing the same list of items  (say
> Transport, Fuel, Food)
> Then I need to be able to assign a value to each of them.
>
> Now let's say I have an input form that will be filled in each day, and on
> day 1, I select:
> Transport =  200 km
> Fuel = $20
> Food = $5

Well, for something like this I'd loop through the items and create a
table for the day, with each row having an item name and a textbox for
entering an amount.


-- 
John Fiala


More information about the development mailing list