Page MenuHomeCode

smarty_method_disablecaching.php
No OneTemporary

smarty_method_disablecaching.php

<?php
/**
* Smarty method DisableCaching
*
* Disable caching
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable caching
*/
function Smarty_Method_DisableCaching()
{
$this->smarty->caching = false;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:24 (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25897
Default Alt Text
smarty_method_disablecaching.php (258 B)

Event Timeline