How do I completely disable caching in Cakephp?

前端 未结 5 954
忘掉有多难
忘掉有多难 2020-12-10 01:23

So I opened the cache floodgates in my Cakephp app and now I want to close them...

I\'ve done pretty much everything I can: delete all files in the tmp folder (but n

5条回答
  •  囚心锁ツ
    2020-12-10 02:01

    I had a problem once with the model getting cached and no longer reflected the schema of the table.

    I had to update my /config/core.php and set "debug:2" This disables the caching of my models and fixed my problems.

提交回复
热议问题