At core.php I have:
define('CACHE_CHECK', true);
At the controller file I have:
var $helpers = array('Html', 'Form', 'Javascript', 'Ajax',
'Cache' );
var $cacheAction = true;
But when I visit the url to call the controller I found the view
cache doesnot work and in the app/tmp/cache/views directory there is
nothing.
Is something wrong?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---