Hello, I have a beforeSave() in my Classadd model. In here I adding some extra value for the database row, somethind like this:
$this->data['Classadd']['emailazon'] = $this->RandString(24); but, when I try to get back this data after the $this->Classadd->save($this->data) In the $this->Classadd->data is empty. (The insertion is good.) That was working in the last stable version. Is this a bug or a new feature? -- Ámon Tamás http://linkfelho.amon.hu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
