I have created a form by using the below code.
<?php $this->Form->create('Course'); ?>
Form text element is displaying with label by the following...
<?php $this->Form->input('code'); ?>
But i don't want to show the label of the text field.
what changes should be made in the above coding?