Hi Sonic,
Sonic Baker wrote: > The method is being called even though it's not there! I replaced it with a > blank function of the same name but the old one still gets called. Please elaborate. This is likely to finish with an "Oh yeah..." given that the class structure/methods and cache are two unrelated things. Maybe relavent: If you have a method/field defined in a parent, and not defined in a child - the child will have the exact same method/field as the parent. If you defined the method in the child, this code overrides that of the parent. The bin is a good place to explain further if someone on irc does't solve it for you ;) HTH, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
