I have an object for an apparel item. This item may come in 10 different
colors. I have a db table which will have an entry for each color
associated with an item (referenced by the item id and the color id).
When initializing my apparel item I want to have a property of colors.
This would be an array of color objects. I can easily query the db to
get the recordsets associated with the item, but how would I loop
through the recordset within a <cfscript> block? Can you place a
<cfoutput> tag inside a <cfscript> block?

Cutter
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to