TIP_RcbtNG_Instance
Introduction
Recursive Curly Brace Tags (Next Generation) template engine
- Source file
- /Type/template_engine/rcbtng.php
The TIP_RcbtNG implementation, to be used instead of the deprecated TIP_Rcbt engine.
Properties
error : mixed
- access
- public
cache : mixed
- access
- public
Methods
__construct (&$text)
Constructor
- &$text
- string
The text buffer
- lines
- 47 - 51
- access
- public
Initializes a TIP_RcbtNG_Instance.
run (&$caller)
- &$caller
- lines
- 56 - 64
- access
- public
compile ()
- lines
- 66 - 73
- access
- public
tag ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 84 - 92
- access
- protected
tagCache ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 94 - 98
- access
- protected
tagIf ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 100 - 104
- access
- protected
tagElse ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 106 - 110
- access
- protected
tagElseIf ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 112 - 116
- access
- protected
tagSelect ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 118 - 124
- access
- protected
tagSelectRow ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 126 - 132
- access
- protected
tagForSelect ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 134 - 140
- access
- protected
tagForEach ($module, $params) : bool
- $module
- string
The module to use
- $params
- string
Tag parameters
- lines
- 142 - 161
- access
- protected