Page MenuHomeCode

smarty_method_isdebugging.php
No OneTemporary

smarty_method_isdebugging.php

<?php
/**
* Smarty method IsDebugging
*
* is debugging
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* is debugging
*/
function Smarty_Method_IsDebugging($smarty)
{
return $smarty->debugging;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (20 h, 25 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25836
Default Alt Text
smarty_method_isdebugging.php (236 B)

Event Timeline