Page MenuHomeCode

smarty_method_enablecompilecheck.php
No OneTemporary

smarty_method_enablecompilecheck.php

<?php
/**
* Smarty method EnableCompileCheck
*
* Enable compile checking
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable compile checking
*/
function Smarty_Method_EnableCompileCheck($smarty)
{
$smarty->compile_check = true;
return;
}
?>

File Metadata

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

Event Timeline