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