Example:
$arr = array( \'apple\' => \'sweet\', \'grapefruit\' => \'bitter\', \'pear\' => \'tasty\', \'banana\' => \'yellow\' )
if the array comes from the db, add a sort_order field so you can always be sure in what order the elements are in the array.