Friday, September 2, 2011

Cakephp delete all relationship's cache

When i use this line: 
 $this->User->saveField('last_activity', date('Y-m-d H:i:s', time()));
CakePHP delete all cache of model relation with User. ( Almost all model relate with User) .
I must use Configure::write('Cache.check', false); prevent Cakephp clear all .
Is this normal in cakePHP ?

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: