'', 'label' => '--Select--', ); foreach($fontarray as $font){ $options[] = array( 'value' => $font, 'label' => $font, ); } return $options; } }