Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391385
smarty_method_disablecaching.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
258 B
Subscribers
None
smarty_method_disablecaching.php
View Options
<?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
Details
Attached
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)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment