Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885638
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
Sun, Apr 6, 17:57 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25897
Default Alt Text
smarty_method_disablecaching.php (258 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment