SyntaxFix
Write A Post
Hire A Developer
Questions
$this->Form->input('Leaf.id', array( 'type'=>'select', 'label'=>'Leaf', 'options'=>$leafs, 'value'=>2 ));
This will select default second index position value from list of option in $leafs.