Template System
PHP
2024-11-15
81
•
A mechanism to separate logic from layout.
•
The defining characteristic is where and how the intersection between logic and layout is done.
•
PHP is a general-purpose templating system.
•
Any general-purpose templating system will eventually become PHP.