Can you report this to:

https://trac.cakephp.org

Including your CakePHP version number, model files and SQL to generate the
tables/related data? I think I remember someone commenting me they have hit
the same issue but I never heard from them again.

Thanks!

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask. 
So be smart, be cool, and share your knowledge. 

BAKE ON!

blog: http://www.MarianoIglesias.com.ar


-----Mensaje original-----
De: [email protected] [mailto:[EMAIL PROTECTED] En nombre
de Gonçalo Marrafa
Enviado el: Lunes, 07 de Mayo de 2007 07:54 a.m.
Para: Cake PHP
Asunto: afterFind data change and hasOne associations: feature or bug?

All fine so far. Now let's say i have an afterFind() in SomeOtherModel
that changes the value of field3. What i get then is:

Array
(
    [SomeModel] => Array
        (
            [field1] => value1
            [field2] => value2
        )
    [SomeOtherModel] => Array
        (
            [field3] => changed value3
            [field4] => value4
            [SomeOtherModel] => Array
                (
                    [field3] => value3
                    [field4] => value4
                )
        )
)


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to