a simple piece of php code like this:
echo $html->textarea('Reply/content', array('cols' => 60, 'rows' =>
2));

makes the html helper output something like:
<textarea name="data[Reply][content]"  cols="60" rows="2"
id="ReplyContent"></textarea>

and it's not only with textareas, also others (e.g. hidden fields)

how can avoid this? i don't want the id attribute.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to