Last active
August 30, 2016 08:44
-
-
Save dilab/03bd9d5cf94792eeb97cec019913bbc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?= $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