Advertisement
Guest User

Attributes info

a guest
Feb 14th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. $_attributeIds = Array
  2. (
  3. [size] => 135
  4. [color] => 92
  5. )
  6.  
  7. $DBAttribute[color] = Array
  8. (
  9. [attribute_id] => 92
  10. [code] => color
  11. [type] => select
  12. [required] => 0
  13. [scope] => global
  14. );
  15.  
  16. $attributeOptions[color] = Array
  17. (
  18. [47] => Array
  19. (
  20. [value] => 511
  21. [label] => Print
  22. )
  23. );
  24.  
  25. $DBAttribute[size] = Array
  26. (
  27. [attribute_id] => 135
  28. [code] => size
  29. [type] => select
  30. [required] => 0
  31. [scope] => global
  32. );
  33.  
  34. $attributeOptions[size] = Array
  35. (
  36. [1] => Array
  37. (
  38. [value] => 48
  39. [label] => 0
  40. )
  41.  
  42. [15] => Array
  43. (
  44. [value] => 49
  45. [label] => 2
  46. )
  47. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement