Skip to content

Instantly share code, notes, and snippets.

@renan
Forked from anonymous/gist:4065419
Created November 13, 2012 12:08
Show Gist options
  • Save renan/4065431 to your computer and use it in GitHub Desktop.
Save renan/4065431 to your computer and use it in GitHub Desktop.
<?php
echo $this->Form->input('Applicant.tel_code_id', array(
'label' => 'International Telephone Code',
'options' => $telCode,
'empty' => $applicationData['Applicant']['tel_code_id'] === null,
'selected' => $applicationData['Applicant']['tel_code_id'],
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment