Model meta data (schema) is cached automatically, so that Cake doesn't
have to run a describe query on every table all the time.

I believe this is periodically refreshed even in production mode
(don't quote me on that), but when you need to update something in
production mode, you're best to manually delete the cache files-
although I believe you can clear the cache via PHP method calls too.



On May 18, 7:55 pm, Benni Graf <[EMAIL PROTECTED]> wrote:
> Hi there!
>
> Indeed, deleting the cached models resolved the problem. Great,
> thanks!
>
> But still I don't know, why the models got cached. I didn't activate
> caching anytime (btw., is this the caching-option I can activate in
> the core-config?). Or is this kind of caching activated by default?
>
> Thanks, Benni.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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