How to add a select box in cakephp ?

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "August 20, 2015";
<?php echo $this->Form->input('field_name', array(			
			'options' => $aOptions,
			'label' => 'Select Label',
?>
}