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
Apr 2 2025, 03:09 (5 w, 24 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25838
Default Alt Text
smarty_method_isforcecompile.php (276 B)

Event Timeline