Hi there,

Following from this post I've put a method in an intermediate Model class. At first I had a field name wrong in a call to bindModel(). After changing it to the correct field name however, it still calls the queries with the old field name.
I suspected caching so I deleted the cache files in tmp/cache/models/. Still no change. I cleared the cache in the browser, still no change. I restarted the browser, still no change. I restarted Apache, still no change.
Then I totally deleted the function from my Model and guess what......... Still no change!!!

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. I then added a blank function with the same name to the original model file it came from and finally the blank one gets called, but when I delete it again, the old one which doesn't exist gets called again.

Can anyone come up with a reason why this is happening? I'd really appreciate any input.

I'm using cake revision 3692

Cheers,

Sonic

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

Reply via email to