Page MenuHomeCode

smarty_method_enabledebugging.php
No OneTemporary

smarty_method_enabledebugging.php

<?php
/**
* Smarty method EnableDebugging
*
* Enable debugging
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable debugging
*/
function Smarty_Method_EnableDebugging($smarty)
{
$this->smarty->debugging = true;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 1 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25882
Default Alt Text
smarty_method_enabledebugging.php (270 B)

Event Timeline