Created
March 20, 2015 13:33
-
-
Save alexbowers-tecmark/bf4102dc5cf55947d689 to your computer and use it in GitHub Desktop.
Working response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[1] => Array | |
( | |
[id] => 1 | |
[name] => Colour | |
) | |
[3] => Array | |
( | |
[id] => 3 | |
[name] => Weight | |
) | |
[4] => Array | |
( | |
[id] => 4 | |
[name] => Size | |
) | |
[5] => Array | |
( | |
[id] => 5 | |
[name] => type | |
) | |
[2] => Array | |
( | |
[id] => 2 | |
[name] => Simple Colour | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the generated SQL: