<?php use Smarty\Smarty; $smarty = new Smarty(); $smarty->setCaching(true); // only do db calls if cache doesn't exist if(!$smarty->isCached('index.tpl')) { // dummy ...
<?php // shows debug console only on localhost ie // http://localhost/script.php?foo=bar&SMARTY_DEBUG $smarty->debugging = false; // the default $smarty->debugging ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results