cache works using this article http://jirikupiainen.com/2007/05/21/cakephp-cache/ , but still, is it the same cahe ? DB queries cahe and views cache ?
On Jul 4, 1:54 pm, Fordnox <[EMAIL PROTECTED]> wrote: > I have the same problem as hi and hello, but setting debug to 0, > doesnt help. > what i'm missing here ? > cakephp 1.2.0.5146alpha > > On Jul 4, 1:09 pm, Geoff Ford <[EMAIL PROTECTED]> wrote: > > > Caching only works when DEBUG is set to 0 > > > Geoff > > --http://lemoncake.wordpress.com > > > On Jul 4, 7:07 pm, hi and hello <[EMAIL PROTECTED]> wrote: > > > > 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 theview > > >cachedoesnot 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 -~----------~----~----~----~------~----~------~--~---
