introduce Smarty::$resource_cache_mode and cache template object of {include} inside loop

This commit is contained in:
uwetews
2015-08-10 21:57:06 +02:00
parent 5c9c57df7d
commit 0260b525b8
10 changed files with 107 additions and 60 deletions
@@ -319,6 +319,13 @@ abstract class Smarty_Internal_TemplateCompilerBase
*/
public $variable_filter_stack = array();
/**
* Loop nesting count
*
* @var int
*/
public $loopNesting = 0;
/**
* Strip preg pattern
*