Skip to content

Instantly share code, notes, and snippets.

@mishbah
Created August 23, 2016 04:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Kasus array
$sepatuVarian = [
'KTK001',
'KTK002',
'KTK003',
'KTK004',
'KTK005',
'KTK006'
];
$varians = [
'size' => [
's',
'm',
'l',
'xl',
],
'color' => [
'merah',
'kuning',
'hijau',
'biru',
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment