When I’m trying to create a input using cakephp form helper its automatically generated a label. I can get rid of label from the following code :
// when I'm trying to use
<?=$form->input("User.name");?>
//it generated the following code
Name
Read »