CakePHP\'s FormHelper is how you generate forms when making CakePHP applications. As one might assume, this includes generating input elements, like so:
$thi
small add for another comments:
if you whant add class and change label base text, you can write next
Form->input('Fieldname', array( 'label' => array('class' => 'control-label','text'=>'HERE YOU LABEL TEXT') )); ?>