mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
introduce Smarty::$resource_cache_mode and cache template object of {include} inside loop
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user