Welcome Guest, Not a member yet? Register   Sign In
DB caching problem
#1

[eluser]veledrom[/eluser]
Hi,

$this->db->cache_on(); creates folder called cont+meth

$this->db->cache_delete('cont', 'meth'); doesn't delete folder above.

$this->db->cache_delete_all(); removes everything from main cache folder including htaccess and index.php

database.php
Code:
$db['default']['cachedir'] = './application/cache';

config.php
Code:
$config['cache_path'] = '';

Can anyone tell me why $this->db->cache_delete('cont', 'meth'); doesn't work?

Thanks in advance


Messages In This Thread
DB caching problem - by El Forum - 03-15-2012, 05:11 AM
DB caching problem - by El Forum - 03-19-2012, 03:42 AM
DB caching problem - by El Forum - 03-19-2012, 03:52 AM
DB caching problem - by El Forum - 03-21-2012, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB