Logo
Explore Help
Sign In
smarty-php/smarty
1
0
Fork 0
You've already forked smarty
mirror of https://github.com/smarty-php/smarty.git synced 2025-10-19 23:45:20 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
f3f01b928a14e7a046aa420c5cd05f6e7ffc50d4
smarty/libs/sysplugins/smarty_method_enabledebugging.php

23 lines
270 B
PHP
Raw Normal View History

- bugfix smarty.class and internal.security_handler - added compile_check configuration - added all setter/getter methodes
2009-03-31 14:20:10 +00:00
<?php
/**
- renamed function names of autoloaded Smarty methods to Smarty_Method_.... - new security_class property (default is Smarty_Security)
2009-11-03 20:38:38 +00:00
* Smarty method EnableDebugging
- bugfix smarty.class and internal.security_handler - added compile_check configuration - added all setter/getter methodes
2009-03-31 14:20:10 +00:00
*
* Enable debugging
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable debugging
*/
- renamed function names of autoloaded Smarty methods to Smarty_Method_.... - new security_class property (default is Smarty_Security)
2009-11-03 20:38:38 +00:00
function Smarty_Method_EnableDebugging($smarty)
- removed all internal calls of Smarty::instance() - fixed code in double quoted strings
2009-08-08 17:28:23 +00:00
{
$this->smarty->debugging = true;
return;
- bugfix smarty.class and internal.security_handler - added compile_check configuration - added all setter/getter methodes
2009-03-31 14:20:10 +00:00
}
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 31ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API