Skip to content

Instantly share code, notes, and snippets.

@mishbah
Created August 23, 2016 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishbah/4013b6b45b747e85a2dd55c84dacbd86 to your computer and use it in GitHub Desktop.
Save mishbah/4013b6b45b747e85a2dd55c84dacbd86 to your computer and use it in GitHub Desktop.
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