Welcome Guest, Not a member yet? Register   Sign In
URGENT: I need to turn off Smarty caching
#7

[eluser]CodeIgniterNewbie[/eluser]
@jayrulez

Smarty defines the cache_dir as "cache." The cache files are appearing there. Also, I have modified the "view" function in MySmarty class:

Code:
echo('The value of caching is: ' . $this->caching . '<br/>');
echo('The value of cache_dir is: ' . $this->cache_dir . '<br/>');            
return parent::display($resource_name);

It's echoing "0" and "cache." I am convinced Smarty cache is turned off, but the cache_dir is getting filled with cache files.


Messages In This Thread
URGENT: I need to turn off Smarty caching - by El Forum - 07-07-2009, 06:58 PM
URGENT: I need to turn off Smarty caching - by El Forum - 07-07-2009, 07:04 PM
URGENT: I need to turn off Smarty caching - by El Forum - 07-07-2009, 07:07 PM
URGENT: I need to turn off Smarty caching - by El Forum - 07-07-2009, 07:51 PM
URGENT: I need to turn off Smarty caching - by El Forum - 07-07-2009, 07:55 PM
URGENT: I need to turn off Smarty caching - by El Forum - 07-07-2009, 08:08 PM
URGENT: I need to turn off Smarty caching - by El Forum - 07-08-2009, 12:54 AM
URGENT: I need to turn off Smarty caching - by El Forum - 07-08-2009, 01:03 AM
URGENT: I need to turn off Smarty caching - by El Forum - 07-08-2009, 02:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB