Page MenuHomeCode

smarty_method_enableforcecompile.php
No OneTemporary

smarty_method_enableforcecompile.php

<?php
/**
* Smarty method EnableForceCompile
*
* Enable forced compiling
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable forced compiling
*/
function Smarty_Method_EnableForceCompile($smarty)
{
$smarty->force_compile = true;
return;
}
?>

File Metadata

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

Event Timeline