Page MenuHomeCode

smarty_method_disableforcecompile.php
No OneTemporary

smarty_method_disableforcecompile.php

<?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

Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (7 h, 34 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25889
Default Alt Text
smarty_method_disableforcecompile.php (293 B)

Event Timeline