Macro Templating
High Performance PHP
2024-11-22
26
Traditional templates such as
SimpleTemplate
and
ITX
use macro substitution, which becomes incredibly expensive on complex templates (loops). Use
Smarty
instead.