Skip to content

Instantly share code, notes, and snippets.

@agupta93
Created December 15, 2014 12:29
Show Gist options
  • Save agupta93/a35acaaa6b85b07996c8 to your computer and use it in GitHub Desktop.
Save agupta93/a35acaaa6b85b07996c8 to your computer and use it in GitHub Desktop.
$category = array('0' => 'Cultural', '1' => 'Technical', '2' => 'Sports');
echo $this->Form->input('category', array('type' => 'select', 'options' => $category));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment