Page MenuHomeCode

smarty_method_isforcecompile.php
No OneTemporary

smarty_method_isforcecompile.php

<?php
/**
* Smarty method IsForceCompile
*
* is forced compiling
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
*
* is forced compiling
*/
function Smarty_Method_IsForceCompile($smarty)
{
return $smarty->force_compile;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 6, 15:52 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25838
Default Alt Text
smarty_method_isforcecompile.php (276 B)

Event Timeline