Skip to content

Instantly share code, notes, and snippets.

@whalesalad
Created August 1, 2009 20:31
Show Gist options
  • Select an option

  • Save whalesalad/159800 to your computer and use it in GitHub Desktop.

Select an option

Save whalesalad/159800 to your computer and use it in GitHub Desktop.
$sizes = array(
"WB-1" => array(
"men" => array('6', '7', '8', '9', '10', '11', '12'),
"women" => array('5', '6', '7', '8', '9', '10', '11', '12')
),
"WK-1" => array(
"men" => array('4', '5', '6', '7', '8', '9', '10', '11'),
"women" => array('4', '5', '6', '7', '8', '9', '10', '11')
),
"WK-79" => array(
"men" => array('6', '7', '8', '9', '10'),
"women" => array('4', '5', '6', '7', '8', '9', '10', '11', '12')
),
"WD-2A" => array(
"men" => array('6', '7', '8', '9', '10', '11', '12', '13'),
"women" => array('7', '8', '9', '10', '11', '12', '13')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment