[thelist] accessing globla JS array from function

Brian Cummiskey brian at hondaswap.com
Sat Jul 7 23:52:24 CDT 2007


Matt Warden wrote:
> Forget the integration
> aspect of it for a second, and tell us what you would want the data to
> look like if you had complete freedom to design the data model from
> scratch
As it sits the data is effectively a 'cross join' (i believe thats the 
right one) output of what i would like to work with.

instead of

sku color size
sku color size
.....

i would like to work with

sku styleID

and join to a new styles table

syleID color size


But as i write this, it doesn't seem like this is going to help me any.  
All I'm doing is adding a join, and i end up with the same issue of 
multiple colors and multiple sizes.


I'm stumped.



More information about the thelist mailing list