2015-01-16 13 views

risposta

13

Praticamente come sempre, utilizzare il escape option.

echo $this->Form->input('name', [ 
    'label' => [ 
     // ... 
     'escape' => false 
    ], 
    // ... 
]); 
Problemi correlati