i have edit my core:

        define('CACHE_CHECK', true);

and in my Controller:

class PagesController extends Controller {

        var $name = 'Pages';
        var $helpers = array('Cache','Html','Session');
        var $cacheAction = true;



        function home(){

        }
        function aboutfa(){

        }

}
how can i find out cakephp cache work fine?
and how can i find out what is in my cache now?
and i am seach in group some user say for use cache we must setting
debug to 0,we need this or not?

-- 
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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to