Displaying 1 result from an estimated 1 matches for "attribute_typ".
Did you mean:
  attribute_type
  
2006 Mar 22
1
updating multiple attributes
I have a store administration tool I''m trying to build.
One view is an item view. Each item can have many attributes.
Example:
         item: bike
           item_id: 2333
           attribute: id: 3 #auto-increment
                      item_id: 2333 #primary key
                      attribute_type: wheels #a type of attribute
                      attribute_order: 1 #the order it shows up in the 
list
           attribute: id: 4 #auto-increment
                      item_id: 2333 #primary key
                      attribute_type: wheels #a type of attribute
                      attribute_o...