I'm having quite hard time to figure out how can i convert this into single array based on cakephp. I'm new in cakephp and still learning. I hope you guys could help me.
'Sizes' => array(
'girls' => ['7-8', '8', '9-10', '10', '11-12', '12', '13-14'],
'bras' => ['32A', '32B', '32C', '32D', '34A', '34B', '34C', '34D', '34DD', '36A', '36B', '36C', '36D', '36DD', '38A', '38B', '38C', '38D', '38DD', '40A', '40B', '40C', '40D', '40DD'],
'size' => ['32', '34', '36', '38', '40', '42', '44', '46', 'XS', 'S', 'M', 'L', 'XL', 'XXL', '2XL', 'XXXL'],
)