Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Remove wrapper from HTML element in cakePHP

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 397
    Comment on it
    1. In cakePHP, if you are using default render elements of cakePHP, then wrappers are automatically add. For removing wrappers from HTML element use the following syntax:-
    2.  
    3. Form->input('email_address', array(
    4. 'div'=>false, 'label'=>false)); ?>
    5. By this you can remove label and wrapper div as well.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: