<?php echo $this->Form->input('field_name', array(
'options' => $aOptions,
'label' => 'Select Label',
?>
Was this article helpful?
<?php echo $this->Form->input('field_name', array(
'options' => $aOptions,
'label' => 'Select Label',
?>