Apr 14 2009
How To Smarty Cache
Ok. If you use smarty and some part of your web site are no need to uptime any time, we can use the Smarty cache. But smarty cache is not usefull for big project. But you can use in very simple let’s start. First Prepare script for smarty. require ‘kernel/libs/Smarty.class.php’; // This is my smarty [...]