Page MenuHomeCode

smarty_method_disablecompilecheck.php
No OneTemporary

smarty_method_disablecompilecheck.php

<?php
/**
* Smarty method DisableCompileCheck
*
* Disable compile checking
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable compile checking
*
* @param object $smarty
*/
function Smarty_Method_DisableCompileCheck($smarty)
{
$smarty->compile_check = false;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 6, 20:50 (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25896
Default Alt Text
smarty_method_disablecompilecheck.php (321 B)

Event Timeline