Because my client wanted a consistent interface. I realize I could have hard-coded the input in HTML and inserted the value, but I wanted the advantage of the HTML helper. It's also nice to know that if I modify the helper, these fields will remain consistent with the rest of the inputs.
Frank On Mar 2, 1:54 pm, brian <[email protected]> wrote: > On Mon, Mar 2, 2009 at 1:39 PM, FranktheTank <[email protected]> > wrote: > > > Because I want to show the data as part of the form, for reference. I > > don't want it modified. > > > In this case, it's an id number and a created date. Neither should be > > changed, but I want both incorporated into the form. > > So just print the ID and date. Why create an input at all? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
