[EMAIL PROTECTED]

If it is really causing some problem or bothers you,
but you still want to use Html helper,
why not write a simple wrapper helper
that strip out id attribute when you don't specify?

class HtmlwrapperHelper extends Helper
{
    var $helpers = Array("Html");
   
    function input($fieldName, $htmlAttributes = null, $return = false)
    {

    }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to [email protected]
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