here's my code.
If I comment out
var $cacheAction = array('view/' => 86400);
and using
var $cacheAction = "1 hour";
it works fine, but if I am using
var $cacheAction = array('view/' => 86400);
then, it stops working, nothing cached, and I checked cache folder, no
file generated there. I
here's my code.
If I comment out
var $cacheAction = array('view/' => 86400);
and using var $cacheAction = "1 hour";
86400);
//var $cacheAction = "1 hour";
function view(){
$this->set('CSS', 'style');
}
}
?>
--~--~-~--~~~---~--~~
You received this me