Skip to content

Instantly share code, notes, and snippets.

@dilab
Last active August 30, 2016 08:44
Show Gist options
  • Save dilab/03bd9d5cf94792eeb97cec019913bbc5 to your computer and use it in GitHub Desktop.
Save dilab/03bd9d5cf94792eeb97cec019913bbc5 to your computer and use it in GitHub Desktop.
<?= $this->Form->create($entry); ?>
<?=
$this->Form->input('emy_contact_no.code', [
'options' => ['1' => 1, '2' => 2],
'empty' => 'Select',
'class' => 'form-control',
'label' => false,
])
?>
<?= $this->Form->end() ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment