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-28 19:01:37 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
05c64b7748543574ab569f52842f5a24f69989df
smarty/libs/sysplugins/smarty_method_disablecachemodifycheck.php

24 lines
317 B
PHP
Raw Normal View History

- added setter/getter methodes - added $foo@first and $foo@last properties at {for} tag - added $set_timezone (true/false) property to setup optionally the default time zone
2009-04-02 12:24:50 +00:00
<?php
/**
* Smarty method disableCacheModifyCheck
*
* Disable cache modify check
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
*
* Disable cache modify check
*/
- removed all internal calls of Smarty::instance() - fixed code in double quoted strings
2009-08-08 17:28:23 +00:00
function disableCacheModifyCheck($smarty)
- added setter/getter methodes - added $foo@first and $foo@last properties at {for} tag - added $set_timezone (true/false) property to setup optionally the default time zone
2009-04-02 12:24:50 +00:00
{
- removed all internal calls of Smarty::instance() - fixed code in double quoted strings
2009-08-08 17:28:23 +00:00
$smarty->cache_modified_check = false;
- variable scopes LOCAL_SCOPE, PARENT_SCOPE, ROOT_SCOPE - more getter/setter methodes
2009-04-06 02:53:09 +00:00
return ;
- added setter/getter methodes - added $foo@first and $foo@last properties at {for} tag - added $set_timezone (true/false) property to setup optionally the default time zone
2009-04-02 12:24:50 +00:00
}
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 37ms 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