Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390639
smarty_method_disableforcecompile.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
293 B
Subscribers
None
smarty_method_disableforcecompile.php
View Options
<?php
/**
* Smarty method DisableForceCompile
*
* Disable forced compiling
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable forced compiling
*/
function
Smarty_Method_DisableForceCompile
(
$smarty
)
{
$smarty
->
force_compile
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (1 h, 34 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25889
Default Alt Text
smarty_method_disableforcecompile.php (293 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment