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