beforeSave() (the name id really explicit), is where you should place any specific data modification. If you use cake 1.2, you can make a behavior.
On May 28, 4:01 pm, ricarou51 <[EMAIL PROTECTED]> wrote: > ( How can I do this ?) > > On 28 mai, 15:13, ricarou51 <[EMAIL PROTECTED]> wrote: > > > Hello, > > > In my forms, when I 've got an input text, for example for a name, I > > would like to "look" the data , is meaning making for example a > > strtoupper of the data posted before saving in the database ... > > > Why can I do this ? > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
