4

How to hide label when we attempt to create cakephp form input

http://bdsarwar.wordpress.com

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 »
admin's picture
Submited by admin 1 year 12 weeks ago To: CakePHP

Promote it