CodeIgniter Forums
Clear Cache DB - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Clear Cache DB (/showthread.php?tid=5173)



Clear Cache DB - El Forum - 01-09-2008

[eluser]Cong Do[/eluser]
Should the CI, delete cache function delete the cache folder?

A while a go i got an error from CI complain that there is no cache folder when using the delete all cache function .
the problem was the delete all cache function remove the cache folder.

I fix it by rewriting the delete all cache function to only remove the content of the cache folder.

Regards,
Cong Do


Clear Cache DB - El Forum - 01-09-2008

[eluser]Seppo[/eluser]
I think it´s fixed on the SVN current version.