Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to add a select box in cakephp ?

Ankit Agrawal
Ankit Agrawal
Published on August 20, 2015 · 1 min read
<?php echo $this->Form->input('field_name', array(			
			'options' => $aOptions,
			'label' => 'Select Label',
?>
Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article How to read csv file in php Next Article → How to set blank option for select box in cakephp ?