Skip to content

Instantly share code, notes, and snippets.

@akyoto
Created January 22, 2014 16:46
Show Gist options
  • Save akyoto/8562236 to your computer and use it in GitHub Desktop.
Save akyoto/8562236 to your computer and use it in GitHub Desktop.
<?php
$artists = array(
"千夜" => array(
"Andromeda" => array(
"Track 1",
"Track 2"
),
"Mother Goose Live" => array(
"Track 1",
"Track 2",
"Track 3",
"Track 4",
"Track 5",
"Track 6",
"Track 7",
"Track 8",
"Track 9",
"Track 10",
"Track 11",
"Track 12",
"Track 13",
"Track 14",
),
),
"月下美人" => array(
"Album 1" => array(
"Track 1",
"Track 2"
),
"Album 2" => array(
"Track 1",
"Track 2",
"Track 3"
),
),
"John Zeroness" => array(
"Lifework" => array(
"Track 1",
"Track 2"
),
"Freshman" => array(
"Track 1",
"Track 2"
),
"Wotamin Ambitious Voice" => array(
"Track 1",
"Track 2"
),
"Meteor" => array(
"Track 1",
"Track 2",
"Track 3"
),
),
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment